Compile CSS

This commit is contained in:
benjamin melançon 2025-02-23 23:41:31 -05:00
parent 92d29700de
commit af50ba58b9

View file

@ -5315,6 +5315,10 @@ label.panel-block {
#navbar-menu {
width: 100%;
justify-content: space-around; } }
@media screen and (min-width: 1024px) {
#navbar-menu {
flex-wrap: nowrap;
margin-right: -1rem; } }
/* Featured images on article pages */
.featured-image figure.image {
width: 100vw;