summaryrefslogtreecommitdiff
path: root/library.html
diff options
context:
space:
mode:
authorradiohotline <radiohotline@disroot.org>2026-02-17 21:42:11 +0300
committerradiohotline <radiohotline@disroot.org>2026-02-17 21:42:11 +0300
commitbc0cb08c503f736ac5bb07a14b7dc09b582c5c89 (patch)
tree2bc2dc2af19792f1d1d0b436169fa9e374ca7129 /library.html
parent2d2287524d566143105c42196a3de2bb7132cfc7 (diff)
responsiveness
Diffstat (limited to 'library.html')
-rw-r--r--library.html18
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>