transition cleanup, made navbar smaller

This commit is contained in:
af-n
2022-07-20 15:34:16 -04:00
parent f006657050
commit 68ef930163
8 changed files with 12 additions and 16 deletions

View File

@@ -25,7 +25,7 @@
nav {
width: 100%;
display: flex;
padding-top: 1.25rem;
padding-top: 0.75rem;
padding-right: 3rem;
padding-left: 6rem;
justify-content: space-between;
@@ -41,6 +41,7 @@
.logo-image {
width: 2.9rem;
cursor: pointer;
transform: translateY(5%);
}
h1 {
@@ -48,7 +49,6 @@
margin-left: 1rem;
font-size: 2.75rem;
letter-spacing: -0.04em;
transform: translateY(-5%);
}
h1 span {

View File

@@ -15,7 +15,7 @@
position: absolute;
align-items: center;
bottom: 3rem;
left: 5rem;
left: 4.5rem;
user-select: none;
}
</style>