Skip to content

Commit 08e8c46

Browse files
committed
Make h1's not look stupid in aligned text
Signed-off-by: Tod Beardsley <todb@packetfu.com>
1 parent 5ae71b2 commit 08e8c46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ a:active { color: #ffffff; }
8888
line-height: 1.5em;
8989
}
9090

91+
.site h1,h2,h3,h4,h5,h6 {
92+
text-align: left;
93+
}
94+
9195
.site .header-m {
9296
border-bottom: 1px solid #eeeeee;
9397
height: 120px;

0 commit comments

Comments
 (0)