initial commit
This commit is contained in:
commit
3d068a4adf
78 changed files with 3285 additions and 0 deletions
11
assets/scss/helpers/container.scss
Normal file
11
assets/scss/helpers/container.scss
Normal file
|
@ -0,0 +1,11 @@
|
|||
@media (max-width: $responsive-medium) {
|
||||
.container {
|
||||
width: 94% !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: $responsive-interlarge) {
|
||||
.container {
|
||||
width: 90% !important;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue