Main Page/CSS: Difference between revisions

From Kronopolis and the Flat Plane
No edit summary
Tag: wikieditor
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 19: Line 19:
.category-tree {
.category-tree {
margin-top:1.5em;
margin-top:1.5em;
column-count: 1;
}
}
.category-tree > p {
.category-tree > p {
margin-top: 0 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
margin-bottom: 0 !important;
content: '😒';
}
}
@media only screen and (max-width: 600px) {
@media only screen and (max-width: 600px) {
   .main-page-section {
   .main-page-section {
     column-count: 2;  
     column-count: 2;  
  }
  .category-tree {
    column-count: 1;
   }
   }
}
}
}}
}}

Latest revision as of 12:06, 8 March 2024