]> Kevux Git Server - kevux.org-website/commitdiff
Update: Add some extra width to the release table when in desktop mode.
authorKevin Day <thekevinday@gmail.com>
Mon, 19 Dec 2022 23:09:46 +0000 (17:09 -0600)
committerKevin Day <thekevinday@gmail.com>
Mon, 19 Dec 2022 23:09:46 +0000 (17:09 -0600)
css/kevux-screen-desktop.css

index 7b07ff5a3b7e10d74cc122caa04f2a8216f5c0ec..361d8474b71c9890dc22308d79c6f5b8cdc4718f 100644 (file)
@@ -47,3 +47,7 @@
 .kevux > .content-block > .nav-block > .nav-menu > .nav-item:last-of-type.unlink {
   border-top: 1px dashed #556000;
 }
+
+.kevux > .content-block .article .table.fll-release {
+  min-width: 400px;
+}