challenge-landing-page-Bern.../assets/styles/css/main.css

20 lines
254 B
CSS
Raw Normal View History

.header{
display:flex;
justify-content:center;
align-items:center;
padding:29px 0;
background:#000
}
.header__logo {
width: 16%;
}
@media screen and (max-width: 414px) {
.header__logo {
width: 54%;
}
}