No edit summary |
No edit summary |
||
Line 56: | Line 56: | ||
#hide-cat { | #hide-cat { | ||
display: none; | |||
} | |||
#home-magic-words { | |||
display: none; | display: none; | ||
} | } |
Revision as of 09:21, 27 July 2023
/* ul li::marker { content: '💾'; } */ h1,h2,h3 { font-weight: normal; } div#catlinks-sidebar { display: none; } #content-bottom-stuff { display: none !important; } .home-page h2:after { border-bottom: 1px solid transparent !important; } div.tright, div.floatright, table.floatright { padding: 0 0 1em 0em; } .thumbinner { max-width: 250px; } .main-portals { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; } .main-portals > div { display: grid; border: 1px solid #f81472; border-radius: 15px; background-image: radial-gradient(#001321, black 200%); padding-top: 1em; padding-bottom: 1em; } @media screen and (max-width: 850px) { .main-portals > div { grid-column: span 2; } } .home-page #youtube-outer { margin: 0 auto; margin-bottom: 1em; float: none; } #hide-cat { display: none; } #home-magic-words { display: none; } /* @media screen and (max-width: 750px) { .main-portals { display: grid; grid-template-columns: 1fr; grid-row-gap: 20px; } } */