align-items: baseline;

This commit is contained in:
rawleyIfowler
2022-04-17 11:57:47 -05:00
parent 90201c8981
commit bb4e77415a

View File

@@ -32,10 +32,6 @@ body {
max-width: clamp(400px, 750px + 3vw, 900px);
}
#title:after {
display: none;
}
h1 {
font-size: 1.8em;
font-weight: 800;
@@ -105,7 +101,7 @@ a:hover:after {
.nav-bar {
display: flex;
align-items: center;
align-items: baseline;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;