mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-04 17:37:26 +00:00
default layout: box-sizing
This commit is contained in:
parent
45e9bbae9f
commit
f3ad62ffc9
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
.default-layout {
|
||||
box-sizing: border-box;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
@ -16,6 +17,7 @@
|
|||
}
|
||||
|
||||
.default-layout > main {
|
||||
box-sizing: border-box;
|
||||
flex: 1 1 auto;
|
||||
padding: calc(4 * var(--step));
|
||||
max-width: calc(100 * var(--step));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue