0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-16 12:32:39 +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 { .content {
width : ~"min(90vw, 1000px)"; width : ~"min(90vw, 1000px)";
padding : 2% 4%; padding : 2% 4%;
@@ -47,4 +48,5 @@
& + * { margin-top : 0; } & + * { margin-top : 0; }
} }
} }
}
} }