0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-01 23:52:40 +00:00

Add group styling

This commit is contained in:
G.Ambatte
2022-09-26 11:31:00 +13:00
parent d7b1f89152
commit 248687684a

View File

@@ -10,6 +10,12 @@
padding: 2% 4%; padding: 2% 4%;
font-size: 0.8em; font-size: 0.8em;
line-height: 1.8em; line-height: 1.8em;
.dataGroup{
padding: 6px 20px 15px;
border: 2px solid black;
border-radius: 5px;
margin: 5px 0px;
}
h1, h2, h3, h4{ h1, h2, h3, h4{
font-weight: 900; font-weight: 900;
text-transform: uppercase; text-transform: uppercase;