20:26
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user