mirror of
https://github.com/adulau/foo.be.git
synced 2024-11-23 02:07:06 +00:00
fix: [css] size update
This commit is contained in:
parent
44e64d7c4f
commit
daf918a6a1
2 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
}
|
||||
|
||||
.c-article__main {
|
||||
max-width: 76rem; // 760px;
|
||||
max-width: 100rem; // 760px;*/
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
padding-top: 7.5rem;
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
// Utilities
|
||||
@import
|
||||
'utilities/tables',
|
||||
'utilities/layout';
|
||||
|
||||
// Components
|
||||
|
|
Loading…
Reference in a new issue