diff options
| author | root@localhost <root@localhost> | 2023-08-21 22:51:35 +0000 |
|---|---|---|
| committer | root@localhost <root@localhost> | 2023-08-21 22:51:35 +0000 |
| commit | f72e5ebc4feed9357462a342de5ccaee845a288e (patch) | |
| tree | c9650720f60998af2116195bf1db3c2ee3ce440f /static/css/custom.css | |
| parent | 0a873c4c7a44d8781feffc182fe07a3404a2c780 (diff) | |
margin fix for mobile
Diffstat (limited to 'static/css/custom.css')
| -rw-r--r-- | static/css/custom.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/static/css/custom.css b/static/css/custom.css index 46726b1..8365e68 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -16,14 +16,10 @@ font-style: normal; font-weight: bold; } - -.page { - grid-template-columns: minmax(0, 1fr) 15rem; /* Default: minmax(0, 1fr) 15rem */ -} blockquote { background: var(--inner-bg); border-left: 4px solid var(--hover); - margin: 1.5em 10px; + margin: 0 0 1.5rem 1.5rem; padding: 0.5em 10px; border-radius: 4px; } |
