0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 02:22:49 +00:00

Update UI page styling

This commit is contained in:
G.Ambatte
2022-05-01 12:38:20 +12:00
parent fe536bc9df
commit 0923c50218

View File

@@ -9,13 +9,15 @@
margin-top: 25px;
padding: 2% 4%;
font-size: 0.8em;
line-height: 1.8em;
h1, h2, h3, h4{
font-weight: 900;
text-transform: uppercase;
padding-bottom: 0.25em;
}
h1 {
font-size: 2em;
border-bottom: 2px solid darkslategrey;
margin-bottom: 0.5em;
}
h2 {
font-size: 1.75em;
@@ -26,5 +28,8 @@
h4 {
font-size: 1.25em;
}
strong {
font-weight: bold;
}
}
}