Gebruiker:Sam van Limburg Stirum/vector.css: verschil tussen versies
(Nieuwe pagina aangemaakt met '→set max width: html, body { position: relative; margin-left: auto !important; margin-right: auto !important; max-width: 1280px; }') |
|||
Regel 5: | Regel 5: | ||
margin-left: auto !important; | margin-left: auto !important; | ||
margin-right: auto !important; | margin-right: auto !important; | ||
− | max-width: | + | max-width: 700px; |
} | } |
Versie van 26 nov 2024 om 09:38
/* set max width */
html,
body {
position: relative;
margin-left: auto !important;
margin-right: auto !important;
max-width: 700px;
}