0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Change UIPage width calculation

This commit is contained in:
G.Ambatte
2023-06-25 15:00:10 +12:00
parent 438cb7f26d
commit 0001cf16d9

View File

@@ -1,6 +1,6 @@
.uiPage {
.content {
width : 90vw;
width : min(90vw, 1000px);
padding : 2% 4%;
margin-top : 25px;
margin-right : auto;