mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 02:46:39 +07:00
added header
This commit is contained in:
parent
aae9af8e62
commit
a8dd169087
8 changed files with 130 additions and 50 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue