diff options
| author | s-ol <s+removethis@s-ol.nu> | 2025-08-23 21:21:21 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-08-23 21:21:24 +0000 |
| commit | 9c767260eef396541f3251a353c3f901ef670677 (patch) | |
| tree | b9d57173e8da775491dea9b828c021fb1d233a1c /static/style | |
| parent | static/style: fix margins in lists (diff) | |
| download | hw.s-ol.nu-main.tar.gz hw.s-ol.nu-main.zip | |
Diffstat (limited to 'static/style')
| -rw-r--r-- | static/style/content/text$x-scss.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/static/style/content/text$x-scss.scss b/static/style/content/text$x-scss.scss index 9f2d666..6f7a69c 100644 --- a/static/style/content/text$x-scss.scss +++ b/static/style/content/text$x-scss.scss @@ -3,7 +3,7 @@ flex: 1 0 auto; min-width: 0; - max-width: calc(100vw - 1rem); + max-width: 100vw; .error-wrap { flex: 0 0 auto; @@ -40,6 +40,10 @@ min-width: 30vw; background: var(--white); + @media only screen and (max-width: 725px) { + margin: 0; + } + position: relative; img, video { |
