diff options
| author | Dennis ten Hoove <36002865+dennis1248@users.noreply.github.com> | 2025-03-20 22:19:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-20 17:19:45 -0400 |
| commit | d1512a1f797a9199f194f8fa311ce56567b1979d (patch) | |
| tree | 2c403285e06a5f63b6960dd801865fe209b25e40 /xess/xess.css | |
| parent | c88775bb8a0392800d3807cc01d1a93d089b67f9 (diff) | |
| download | anubis-d1512a1f797a9199f194f8fa311ce56567b1979d.tar.xz anubis-d1512a1f797a9199f194f8fa311ce56567b1979d.zip | |
Ensure content flows and stays centered on small screens (#27)
* Ensure content flows and stays centered on small screens
Fixes #18
* Do not overflow image, instead resize with page
* update CHANGELOG
Signed-off-by: Xe Iaso <me@xeiaso.net>
---------
Signed-off-by: Xe Iaso <me@xeiaso.net>
Co-authored-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'xess/xess.css')
| -rw-r--r-- | xess/xess.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xess/xess.css b/xess/xess.css index 631c8c1..86cbd42 100644 --- a/xess/xess.css +++ b/xess/xess.css @@ -28,12 +28,6 @@ main { margin: auto; } -@media only screen and (max-device-width: 736px) { - main { - padding: 0; - } -} - ::selection { background: #d3869b; } |
