Files
2aAPC/Homepage/assets/css/style.css
T
2026-09-17 15:17:22 +02:00

26 lines
396 B
CSS

.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;}
}