No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
max-width: 250px; | max-width: 250px; | ||
} | } | ||
.main-portals { | |||
. | display: grid; | ||
grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); | |||
} | |||
.floppy { | |||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
| Line 27: | Line 30: | ||
margin-bottom: 1em; | margin-bottom: 1em; | ||
float: none; | float: none; | ||
} | |||
#hide-cat { | |||
display: none; | |||
} | } | ||
Revision as of 07:51, 21 April 2022
div#catlinks-sidebar {
display: none;
}
.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(auto-fit, minmax(500px, 1fr));
}
.floppy {
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-items: flex-start;
justify-content: space-evenly;
}
.home-page #youtube-outer {
margin: 0 auto;
margin-bottom: 1em;
float: none;
}
#hide-cat {
display: none;
}