moved css to classes

This commit is contained in:
2024-07-10 08:40:07 +02:00
committed by Flo Greistorfer
parent 52d83fafa6
commit e67fb5cc45
5 changed files with 126 additions and 105 deletions

View File

@@ -106,6 +106,16 @@ figure {
text-decoration: none;
}
.navbar .title {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.navbar .license {
float: right;
}
.navbar li .header {
display: block;
text-align: center;