mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-03 04:02:44 +00:00
Use Less var to not break server build process
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
.uiPage {
|
.uiPage {
|
||||||
.content {
|
.content {
|
||||||
width : min(90vw, 1000px);
|
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