Jump to content

User:Sultrykumquat/vector-2022.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Created page with 'body { max-width: 65em; margin-left: auto; margin-right: auto; position: relative; float: none; }'
 
No edit summary
Line 1: Line 1:
body {
body {
max-width: 65em;
max-width: 85em;
margin-left: auto;
margin-left: auto;
margin-right: auto;
margin-right: auto;

Revision as of 23:17, 1 January 2023

body {
    max-width: 85em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    float: none;
}