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

Use Less var to not break server build process

This commit is contained in:
G.Ambatte
2023-06-25 15:11:12 +12:00
parent 0001cf16d9
commit 4fdc6b79ea

View File

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