Template:Home/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 9: Line 9:
div.tright, div.floatright, table.floatright {
div.tright, div.floatright, table.floatright {
     padding: 0 0 1em 0em;
     padding: 0 0 1em 0em;
}
.home-page {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
}
}

Revision as of 00:08, 10 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;
}

.home-page {
     display: flex;
     flex-wrap: wrap;
     flex-direction: row;
     align-items: flex-start;
     justify-content: space-evenly;
}