« get me outta code hell

update hard-coded homepage grid layout SORRY - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-03-05 20:49:15 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-03-05 20:49:15 -0400
commit54509b203a2119fa66c09bef6da4a2fccf8219e8 (patch)
tree8dddfc1954bcf2d66c62d37fd706226c9fe658c9
parentd110e965652a87ebc61336beba37e9bb8fdbb955 (diff)
update hard-coded homepage grid layout SORRY
-rw-r--r--src/static/site3.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/static/site3.css b/src/static/site3.css
index 3ebe782..8062475 100644
--- a/src/static/site3.css
+++ b/src/static/site3.css
@@ -1537,12 +1537,12 @@ html[data-language-code="preview-en"][data-url-key="localized.home"] #content
     z-index: 2;
   }
 
-  html[data-url-key="localized.home"] .layout-columns.has-one-sidebar .grid-listing > .grid-item:not(:nth-child(n+7)) {
+  html[data-url-key="localized.home"] .layout-columns.has-one-sidebar .grid-listing > .grid-item:not(:nth-child(n+10)) {
     flex-basis: 23%;
     margin: 15px;
   }
 
-  html[data-url-key="localized.home"] .layout-columns.has-one-sidebar .grid-listing > .grid-item:nth-child(n+7) {
+  html[data-url-key="localized.home"] .layout-columns.has-one-sidebar .grid-listing > .grid-item:nth-child(n+10) {
     flex-basis: 18%;
     margin: 10px;
   }