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>
This commit is contained in:
Dennis ten Hoove 2025-03-20 22:19:45 +01:00 committed by GitHub
parent c88775bb8a
commit d1512a1f79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 16 additions and 21 deletions

View file

@ -28,12 +28,6 @@ main {
margin: auto;
}
@media only screen and (max-device-width: 736px) {
main {
padding: 0;
}
}
::selection {
background: #d3869b;
}

2
xess/xess.min.css vendored

File diff suppressed because one or more lines are too long