diff options
Diffstat (limited to 'static/css/style.css')
| -rw-r--r-- | static/css/style.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/static/css/style.css b/static/css/style.css index 01e7128..87ef260 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -514,6 +514,10 @@ footer { gap: 1lh; margin: 1lh 0; + @media (max-width: 500px) { + flex-direction: column; + } + p { margin: 0; } @@ -539,11 +543,6 @@ footer { font-family: var(--font-windows); - &.shrink { - width: min-content; - margin: 0 auto; - } - .titlebar { border-bottom: var(--border-width) solid #000; font-family: var(--font-windows-bold); @@ -580,6 +579,8 @@ footer { > img:only-child { margin: 0 auto; + max-width: 100%; + height: auto; display: block; } } |