User:Hawkeye/citizen.css: Difference between revisions

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

Latest revision as of 20:41, 18 April 2024

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