0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-22 05:17:51 +00:00

Update UIPage.less to increase specificity

This commit is contained in:
G.Ambatte
2023-06-25 15:23:58 +12:00
parent 4fdc6b79ea
commit 9ddae7bbea

View File

@@ -1,4 +1,5 @@
.uiPage {
.homebrew {
.uiPage.sitePage {
.content {
width : ~"min(90vw, 1000px)";
padding : 2% 4%;
@@ -48,3 +49,4 @@
}
}
}
}