User:Hawkeye/vector.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
html body { max-width: 1600px;  
html body  
align: centre;
{  
max-width: 1680px;
justify-content: center;
align-items: center;
}
}

Latest revision as of 20:37, 18 April 2024

html body 
{ 
max-width: 1680px; 
justify-content: center;
align-items: center;
}