Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 873: Line 873:
     display: flex;
     display: flex;
     justify-content: space-between;
     justify-content: space-between;
    gap: 1rem;
}
.home-section {
    margin: 0 0 3rem;
}
.home-section h2,
.home-section h3 {
    border: 0;
    margin: 0 0 1rem;
}
.home-section-info {
    display: flex;
     gap: 1rem;
     gap: 1rem;
}
}