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

tweak headers

This commit is contained in:
Gazook89
2024-09-19 15:29:35 -05:00
parent a6ac6b98c2
commit 544f4c6103
2 changed files with 13 additions and 11 deletions

View File

@@ -12,11 +12,17 @@
background-color : #999999;
font-size : 13px;
.sectionHead {
h1 {
margin: 0 0 40px;
font-weight: bold;
text-transform: uppercase;
}
h2 {
margin : 20px 0;
font-weight : 1000;
&:first-of-type { margin-top : 0; }
font-weight : bold;
border-bottom: 2px solid gray;
color: #555;
}
& > div { margin-bottom : 10px; }