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.
28 lines
401 B
28 lines
401 B
.header {
|
|
padding: 26px 0 29px;
|
|
|
|
& .container {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
gap: 24px;
|
|
}
|
|
|
|
&__nav {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 36px;
|
|
padding: 0 30px 0 35px;
|
|
|
|
&-link {
|
|
font-weight: 400;
|
|
font-size: 15px;
|
|
}
|
|
}
|
|
|
|
&__social {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 17px;
|
|
}
|
|
}
|
|
|