First Commit
This commit is contained in:
commit
923d6ca242
35 changed files with 4933 additions and 0 deletions
13
src/css/common/index.scss
Normal file
13
src/css/common/index.scss
Normal file
|
@ -0,0 +1,13 @@
|
|||
@import "bootstrap";
|
||||
@import "fonts";
|
||||
|
||||
$main-container-max-width: 992px;
|
||||
|
||||
.navbar :first-child,
|
||||
main {
|
||||
width: 100%;
|
||||
max-width: $main-container-max-width;
|
||||
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue