Не работает margin-top в subheader
* {
font-family: 'Roboto', sans-serif;
}
nav {
height: 50px;
background-color: #212121;
}
.menu {
display: flex;
justify-content: space-between;
padding: 13px 70px;
margin: 0;
list-style-type: none;
}
.menu .menu_link {
color: #ffffff;
font-size: 15px;
font-weight: 300;
}
.menu .menu_item {
border-right: 2px dotted;
padding-right: 28px;
}
.subheader {
height: 100px;
background-color: rgba(0, 0, 0, 0.6);
}
}
.subheader_official {
margin-top: 6px;
color: #ffffff;
font-size: 13px;
font-weight: 400;
opacity: 0.5;
}
subheader .subheader_logo {
display: block;
margin-top: 20px;
padding-top: 20px;
max-width: 100%;
}
Почему то не работает отступ сверху, как указывали в видео указываю дисплей.