Cosmetics: set full height to container

This commit is contained in:
Santiago L 2024-01-25 14:40:59 +01:00
parent 8fe15e370b
commit 428644e421
1 changed files with 3 additions and 2 deletions

View File

@ -139,8 +139,9 @@ a:hover {
background-position: right 5% top 10%; background-position: right 5% top 10%;
color: #343434; color: #343434;
padding-left: 2rem; padding-left: 2rem;
margin-left: 280px;
/** sidebar width **/ /** sidebar width **/
margin-left: 280px;
height: 100vh;
} }
/** services **/ /** services **/
@ -373,7 +374,7 @@ td:hover .roll-hover {
#sidebar-toggle:checked ~ #sidebar-btn::before { #sidebar-toggle:checked ~ #sidebar-btn::before {
content: "\f00d"; content: "\f00d";
} }
} }
@media (min-width: 576px){ @media (min-width: 576px){