0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 00:32:42 +00:00

Add flex property to pages

This commit is contained in:
Gazook89
2024-10-05 23:01:08 -05:00
parent 34fa724fdd
commit 8115b1504e

View File

@@ -31,6 +31,7 @@
gap: 10px;
justify-content: flex-start;
& :where(.page) {
flex: 0 0 auto;
margin-left: unset !important;
margin-right: unset !important;
}