User:Hawkeye/citizen.css: Difference between revisions

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

Latest revision as of 20:41, 18 April 2024

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