0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-18 12:12:43 +00:00

Shift to title wrapper

This commit is contained in:
G.Ambatte
2023-03-15 09:17:05 +13:00
parent 4505308b81
commit 24564a2750
6 changed files with 30 additions and 18 deletions

View File

@@ -1,4 +1,8 @@
.sharePage{
.navContent .navSection.titleSection {
flex-grow: 1;
justify-content: center;
}
.content{
overflow-y : hidden;
}