You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
616 B
58 lines
616 B
/* Основные стили для компьютера */
|
|
|
|
.wrapper{
|
|
margin: 0 auto;
|
|
|
|
max-width: 1280px;
|
|
}
|
|
|
|
/* header start */
|
|
|
|
.header{
|
|
}
|
|
|
|
.header__content{
|
|
height: 72px;
|
|
|
|
padding: 16px 24px;
|
|
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.header__logo{
|
|
width: 182px;
|
|
height: 40px;
|
|
}
|
|
.header__logo-black{
|
|
|
|
}
|
|
|
|
.main-menu{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* header end */
|
|
|
|
|
|
/* писать сюда... */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Стили для лептопов */
|
|
/* @media only screen and (min-width: 992px) and (max-width: 1400px) {
|
|
|
|
} */ |