Template:Home/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 25: Line 25:
.home-page #youtube-outer {
.home-page #youtube-outer {
     margin: 0 auto;
     margin: 0 auto;
    margin-bottom: 1em;
     float: none;
     float: none;
}
}

Revision as of 13:55, 16 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 #youtube-outer {
    margin: 0 auto;
    margin-bottom: 1em;
    float: none;
}