Compile CSS
This commit is contained in:
parent
92d29700de
commit
af50ba58b9
1 changed files with 4 additions and 0 deletions
|
@ -5315,6 +5315,10 @@ label.panel-block {
|
||||||
#navbar-menu {
|
#navbar-menu {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
justify-content: space-around; } }
|
justify-content: space-around; } }
|
||||||
|
@media screen and (min-width: 1024px) {
|
||||||
|
#navbar-menu {
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
margin-right: -1rem; } }
|
||||||
/* Featured images on article pages */
|
/* Featured images on article pages */
|
||||||
.featured-image figure.image {
|
.featured-image figure.image {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
|
Loading…
Add table
Reference in a new issue