mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-05 01:47:25 +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 {
|
.default-layout {
|
||||||
|
box-sizing: border-box;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
@ -16,6 +17,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.default-layout > main {
|
.default-layout > main {
|
||||||
|
box-sizing: border-box;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
padding: calc(4 * var(--step));
|
padding: calc(4 * var(--step));
|
||||||
max-width: calc(100 * var(--step));
|
max-width: calc(100 * var(--step));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue