]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/commitdiff
Fixes for tiny (<300px wide) screens master
authorDuje Mihanović <duje.mihanovic@skole.hr>
Thu, 13 Jun 2024 12:56:12 +0000 (14:56 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Thu, 13 Jun 2024 12:56:12 +0000 (14:56 +0200)
assets/css/style.css

index a8d72f66d0e8603f88ad90475025bc4140a41ba0..4bc5ab62c8fe81fc96efec8664b8051ae8baf111 100644 (file)
@@ -42,3 +42,11 @@ ul {
 code {
        overflow-wrap: anywhere;
 }
+
+pre, nav {
+       overflow-x: scroll;
+}
+
+img {
+       max-width: 100%;
+}