User:Hawkeye/citizen.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
{  
{  
max-width: 1900px;  
max-width: 1900px;  
display: flex;
justify-content: center;
justify-content: center;
align-items: center;
align-items: center;
}
}

Revision as of 20:38, 18 April 2024

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