mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-04 17:37:26 +00:00
default layout: reduce padding on the phones
This commit is contained in:
parent
bb8bc68674
commit
e9837b52b5
1 changed files with 5 additions and 0 deletions
|
|
@ -14,5 +14,10 @@
|
||||||
padding: calc(4 * var(--step));
|
padding: calc(4 * var(--step));
|
||||||
max-width: calc(100 * var(--step));
|
max-width: calc(100 * var(--step));
|
||||||
}
|
}
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.default-layout > main {
|
||||||
|
padding: calc(2 * var(--step));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* @see ./menu.css */
|
/* @see ./menu.css */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue