mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 01:02:51 +00:00
Change UIPage width calculation
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
.uiPage {
|
.uiPage {
|
||||||
.content {
|
.content {
|
||||||
width : 90vw;
|
width : min(90vw, 1000px);
|
||||||
padding : 2% 4%;
|
padding : 2% 4%;
|
||||||
margin-top : 25px;
|
margin-top : 25px;
|
||||||
margin-right : auto;
|
margin-right : auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user