mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 18:32:41 +00:00
Use Less var to not break server build process
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.uiPage {
|
||||
.content {
|
||||
width : min(90vw, 1000px);
|
||||
width : ~"min(90vw, 1000px)";
|
||||
padding : 2% 4%;
|
||||
margin-top : 25px;
|
||||
margin-right : auto;
|
||||
|
||||
Reference in New Issue
Block a user