Template:Dizzy/base.scss: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
justify-content: center; | justify-content: center; | ||
color: {{{font color}}} | color: {{{font color}}} | ||
border-bottom: 1px solid {{{font color}}} | |||
} | } | ||
Line 20: | Line 21: | ||
max-width: 1200px; | max-width: 1200px; | ||
background-color: {{{background color}}} | background-color: {{{background color}}} | ||
} | |||
.title-container { | |||
} | } | ||
Revision as of 17:02, 4 December 2024
pre, .mw-code { padding: 0; margin: 0; }
h1 { display: flex; justify-content: center; color: {{{font color}}} border-bottom: 1px solid {{{font color}}} }
.vector-body .mw-heading1, .vector-body h1 { margin: 0 }
.main-container { font-family: serif; color: {{{font color}}}; width: 100%; max-width: 1200px; background-color: {{{background color}}} }
.title-container {
}
a img { height: auto; width: 100%; max-width: 1200px; }