No edit summary |
No edit summary |
||
| Line 21: | Line 21: | ||
align-items: flex-start; | align-items: flex-start; | ||
justify-content: space-evenly; | justify-content: space-evenly; | ||
} | |||
.home-page #mobile-buffer { | |||
float:none !important; | |||
} | |||
.home-page #youtube-outer { | |||
margin-right: initial !important; | |||
float: none !important; | |||
} | } | ||
Revision as of 21:25, 15 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;
}
.home-page {
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-items: flex-start;
justify-content: space-evenly;
}
.home-page #mobile-buffer {
float:none !important;
}
.home-page #youtube-outer {
margin-right: initial !important;
float: none !important;
}