summaryrefslogtreecommitdiff
path: root/library.html
diff options
context:
space:
mode:
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>