created 3 blocks

This commit is contained in:
2026-07-14 17:02:33 +03:00
parent c02169ba1a
commit fa31fef9cf
14 changed files with 577 additions and 38 deletions
+21 -2
View File
@@ -1,7 +1,26 @@
.top-menu {
header {
position: fixed;
top:0px;
top: 0px;
left: 0px;
width: 100%;
}
.top-menu {
display:flex;
flex-direction: row;
justify-content: space-between;
padding: 2em;
color: var(--main-text-color);
&_logo{
padding: 5px;
}
&_side {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
grid-gap: 23px;
}
&_phone {
text-wrap: nowrap;
}
}