formatting
This commit is contained in:
parent
ef78dbb7ff
commit
dc09283b5d
@ -17,7 +17,7 @@
|
|||||||
::selection {
|
::selection {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: var(--accent);
|
background-color: var(--accent);
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
touch-action: manipulation;
|
touch-action: manipulation;
|
||||||
@ -341,11 +341,11 @@ hr {
|
|||||||
._section:not(:empty) {
|
._section:not(:empty) {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: var(--root-margin, 32px);
|
padding: var(--root-margin, 32px);
|
||||||
|
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 500px) {
|
||||||
--root-margin: 10px;
|
--root-margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
& + ._section:not(:empty) {
|
& + ._section:not(:empty) {
|
||||||
border-top: solid 0.5px var(--divider);
|
border-top: solid 0.5px var(--divider);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user