Template:Dizzy/base.scss: Difference between revisions

From retromux
Jump to navigation Jump to search
Dizzy (talk | contribs)
No edit summary
Dizzy (talk | contribs)
No edit summary
Line 15: Line 15:
.main-container {
.main-container {
font-family: serif;
font-family: serif;
color: {{{font color}}};
color: {{{font color}}} !important;
width: 100%;
width: 100%;
max-width: 1200px;
max-width: 1200px;

Revision as of 16:57, 4 December 2024

pre, .mw-code { padding: 0; margin: 0; }

h1 { display: flex; justify-content: center; }

.vector-body .mw-heading1, .vector-body h1 { margin: 0 }

.main-container { font-family: serif; color: {{{font color}}} !important; width: 100%; max-width: 1200px; background-color: {{{background color}}} }

a img { height: auto; width: 100%; max-width: 1200px; }