This commit is contained in:
Jan-Lukas Pagel 2023-03-22 12:11:22 +01:00
parent aa4d3ad7f1
commit 5ca968f389

View File

@ -15,12 +15,14 @@ h1 {
justify-content: space-between;
align-items: flex-end;
margin-bottom: 20px;
flex-wrap: wrap;
}
#navbar {
display: flex;
flex-direction: row;
justify-content: flex-end;
flex-wrap: wrap;
}
#navbar #element {