pretty navbar

This commit is contained in:
counterweight 2025-02-28 13:21:49 +01:00
parent b8d694cc48
commit 1996299d8d
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
3 changed files with 49 additions and 3 deletions

View file

@ -21,6 +21,12 @@
.top-notification-good {
top: 25px;
}
#app-nav-bar > #laseca-logo {
height: 30px;
}
}
@media (min-width: 769px) {
@ -41,8 +47,18 @@
.top-notification-good {
top: 50px;
}
#app-nav-bar > #laseca-logo {
height: 30px;
}
}
#app-nav-bar > #laseca-logo {
margin-top: 0;
transform: translateY(20%);
}
body {
background-color: #bdd5ea;
}
@ -140,7 +156,7 @@ h1 {
.over-background {
background-color: white;
border-radius: 1vw;
padding: 2vw;
padding: 10px;
margin: 1%;
}