diff options
| author | Bobby <[email protected]> | 2023-05-31 10:29:34 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-31 10:29:34 -0400 |
| commit | 113fbb1b5b20f21f7cd5e6a8e94fc8cf4e8ca569 (patch) | |
| tree | 4028904ff6c2544900a34322e16a1e48c41526ba /static/css/styles.css | |
| parent | 4f9a36f99aac6f59b4a4db3afc13a5c7234f4a65 (diff) | |
| download | thatcomputerscientist-113fbb1b5b20f21f7cd5e6a8e94fc8cf4e8ca569.tar.xz thatcomputerscientist-113fbb1b5b20f21f7cd5e6a8e94fc8cf4e8ca569.zip | |
Better phone compatibility for additional pages
Diffstat (limited to 'static/css/styles.css')
| -rw-r--r-- | static/css/styles.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index 4837896e..afef43c0 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -432,4 +432,9 @@ blockquote { #article>h1 { font-size: 32px; margin-bottom: 10px; -}
\ No newline at end of file +} + +#categories-area > ul, #archives-area > ul { + position: relative; + z-index: 1; +} |
