IKTprojektmunka/assets/css/fooldal.css

29 lines
394 B
CSS
Raw Normal View History

2022-10-13 17:33:56 +00:00
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
2022-10-13 18:26:31 +00:00
.home-nav{
background-color: #A07855FF !important;
2022-10-13 17:33:56 +00:00
}
2022-10-13 18:26:31 +00:00
.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;
}
2022-10-13 17:33:56 +00:00
}