align-items: baseline;
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user