added header

This commit is contained in:
Fedor Katurov 2022-11-10 13:20:04 +06:00
parent aae9af8e62
commit a8dd169087
8 changed files with 130 additions and 50 deletions

View file

@ -31,3 +31,17 @@
@content;
}
}
@mixin container {
max-width: 1280px;
margin: auto;
padding: 0 40px;
@include desktop {
padding: 0 40px;
}
@include tablet {
padding: 0 20px;
}
}