User:Hawkeye/vector.css: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
html body  
html body  
{  
{  
max-width: 1900px;  
max-width: 1680px;  
justify-content: center;
justify-content: center;
align-items: center;
align-items: center;
}
}

Latest revision as of 21:37, 18 April 2024

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