first commit

This commit is contained in:
2026-09-17 15:17:22 +02:00
commit 03e6d1b6ee
8 changed files with 86 additions and 0 deletions
File diff suppressed because one or more lines are too long
+26
View File
@@ -0,0 +1,26 @@
.row.content {
height: 1500px;
}
.sidenav {
background-color: #f1f1f1;
height: 100%;
}
footer {
background-color: #555;
color: white;
padding: 15px;
}
@media screen and (max-width: 767px) {
.sidenav {
height: auto;
padding: 15px;
}
.row.content {height: auto;}
}