IKTprojektmunka/assets/css/fooldal.css
medvegergo 0e29e9a9b5 20:26
2022-10-13 20:26:31 +02:00

29 lines
394 B
CSS

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.home-nav{
background-color: #A07855FF !important;
}
.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;
}
}