Files
2025-04-09 21:43:00 +02:00

24 lines
302 B
CSS

body {
width: 100%;
overflow: hidden;
min-height: 0px;
line-height: 1.1;
}
.navbar {
padding-top: 0px;
padding-bottom: 0px;
height: 50px;
}
.navbar-brand {
padding-top: 0px;
padding-bottom: 0px;
}
.footer {
position: fixed;
bottom: 2px;
right: 0px;
}