Update to site
This commit is contained in:
parent
3345fa5897
commit
b0bdfe2fe9
244 changed files with 11618 additions and 12 deletions
12
sass/oscailte/base/_grid.scss
Normal file
12
sass/oscailte/base/_grid.scss
Normal file
|
@ -0,0 +1,12 @@
|
|||
.grid-wrapper {
|
||||
margin: auto;
|
||||
max-width: $site-width;
|
||||
padding: 0 25px;
|
||||
}
|
||||
|
||||
.grid-center {
|
||||
text-align: center;
|
||||
> .grid__item {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue