diff options
| author | radiohotline <radiohotline@disroot.org> | 2026-02-17 21:42:11 +0300 |
|---|---|---|
| committer | radiohotline <radiohotline@disroot.org> | 2026-02-17 21:42:11 +0300 |
| commit | bc0cb08c503f736ac5bb07a14b7dc09b582c5c89 (patch) | |
| tree | 2bc2dc2af19792f1d1d0b436169fa9e374ca7129 /library.html | |
| parent | 2d2287524d566143105c42196a3de2bb7132cfc7 (diff) | |
responsiveness
Diffstat (limited to 'library.html')
| -rw-r--r-- | library.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/library.html b/library.html index a8b9e33..6991ff8 100644 --- a/library.html +++ b/library.html @@ -46,6 +46,24 @@ li { line-height: 1.5; } + + @media (max-width: 900px) { + .container { + display: block; + } + + .column { + width: 80vw; + } + + .items img { + height: 150px; + } + + .items { + justify-content: space-evenly; + } + } </style> </head> <body> |
