This commit is contained in:
medvegergo
2022-10-13 20:26:31 +02:00
parent 55cf3989b3
commit 0e29e9a9b5
2 changed files with 68 additions and 18 deletions

View File

@@ -4,11 +4,26 @@
box-sizing: border-box;
}
.main-cont{
display: grid;
grid-template-rows: 0.5fr 1fr 3fr;
.home-nav{
background-color: #A07855FF !important;
}
.first-row{
.hamb-btn{
margin-left: auto;
}
.list-adjust{
font-size: large;
}
.logo{
color: white !important;
text-decoration: none;
text-align: left !important;
}
@media screen and (max-width: 991px){
.list-adjust{
text-align: center;
}
}