feat: restrict logo size

This commit is contained in:
2025-04-15 22:19:51 +02:00
parent e83245e25b
commit e17cfb384c
2 changed files with 7 additions and 3 deletions

View File

@@ -32,6 +32,10 @@ body {
height: 1.5rem;
}
.footer-logo {
height: 5rem;
}
// Import the Google Font
@import url("https://fonts.googleapis.com/css?family=Nunito:400,700");