feat: fixed navigation section

This commit is contained in:
afn
2022-11-25 20:58:50 -05:00
parent 8ad0a3dfd1
commit 4601783dfe
4 changed files with 31 additions and 17 deletions

View File

@@ -36,7 +36,7 @@
font-weight: 600;
border: none;
border-radius: 12px;
padding: 1rem 1.75rem;
padding: 0.85rem 1.5rem;
display: block;
background-color: var(--grey-two);
transition: transform 0.4s var(--bezier-one), filter 0.4s var(--bezier-one);

View File

@@ -33,7 +33,7 @@
div {
color: var(--white);
text-decoration: none;
padding: 1.5rem;
padding: 1.25rem;
width: 100%;
transition: all 0.3s var(--bezier-one);
border-radius: 8px;
@@ -43,6 +43,7 @@
border: 1px solid var(--grey-three);
cursor: pointer;
align-items: center;
overflow: hidden;
}
@@ -82,8 +83,8 @@
img {
border-radius: 8px;
height: 150px;
width: 150px;
height: 125px;
width: 125px;
background-color: var(--grey-two);
transition: transform 0.4s var(--bezier-one);
user-select: none;