0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 18:52:38 +00:00

Initial functionality pass

This commit is contained in:
G.Ambatte
2024-08-29 21:26:24 +12:00
parent e776e5e054
commit cc7fe99760
3 changed files with 13 additions and 3 deletions

View File

@@ -4,6 +4,9 @@
overflow-y : scroll;
will-change : transform;
padding-top : 30px;
&.deployment {
background-color: darkred;
}
:where(.pages) {
margin : 30px 0px;
& > :where(.page) {