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