From: Zachary Vance Date: Sun, 13 Nov 2022 04:12:31 +0000 (-0500) Subject: Fix link X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=3381d0f5509f7f0c983681d549b14411e4694d03;p=za3k.git Fix link --- diff --git a/archive/index.html b/archive/index.html index 60a498a..d5e962f 100644 --- a/archive/index.html +++ b/archive/index.html @@ -60,7 +60,7 @@
  • Research on digital storage prices in 2018-10
  • Research on digital storage prices in 2019-07
  • Research on digital storage prices in 2020-01
  • -
  • Research on digital storage prices in 2022-07
  • +
  • Research on digital storage prices in 2022-07
  • Comparison of raspberry pi models in 2021
  • Plain-english list of debian release codenames 2022
  • diff --git a/index.css b/index.css index a8ffecf..ebca7cc 100644 --- a/index.css +++ b/index.css @@ -1,5 +1,4 @@ - -@media only screen and (max-width: 600px){ +@media (max-width: 800px){ body { column-count: 1; } @@ -8,7 +7,7 @@ margin: 10px; } } -@media (min-width: 600px) { +@media (min-width: 800px) { body { column-width: 400px; -webkit-column-width: 400px;