mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-05 01:47:25 +00:00
default layout: wide screens
This commit is contained in:
parent
2d12ac17aa
commit
57ae3a457d
1 changed files with 6 additions and 0 deletions
|
|
@ -8,6 +8,12 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media (min-width: 1610px) {
|
||||||
|
.default-layout {
|
||||||
|
width: 1366px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.default-layout > main {
|
.default-layout > main {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue