0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-07 18:48:39 +00:00

Start adding new class

This commit is contained in:
db
2026-03-28 13:44:43 -05:00
parent d2ebdf3958
commit ca160d7d83
7 changed files with 291 additions and 11 deletions
@@ -0,0 +1,7 @@
.sharePage {
nav .navSection.titleSection {
flex-grow : 1;
justify-content : center;
}
.content { overflow-y : hidden; }
}