Skip to content

Commit 838d0dd

Browse files
committed
Small tweaks to blog titles, better spanning 2 lines
1 parent 2c72daf commit 838d0dd

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

resources/css/main.css

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2412,11 +2412,19 @@ code {
24122412
height: 0;
24132413
}
24142414

2415-
#page-title { /*font-weight: 100;*/ margin-top: 20px; font-family:
2416-
'proxima-nova', sans-serif; font-size: 32px; line-height: 20px; color:
2417-
#fff; /*color: #2797b7;*/ /*color: #50B8E1;*/ /*color: rgba(7, 54, 66,
2418-
0.3);*/ text-transform: uppercase; text-shadow: 1px 1px 0px rgba(0, 43,
2419-
54, 0.15); }
2415+
#page-title {
2416+
/*font-weight: 100;*/
2417+
margin-top: 16px;
2418+
font-family: 'proxima-nova', sans-serif;
2419+
font-size: 32px;
2420+
line-height: 24px;
2421+
color: #fff;
2422+
/*color: #2797b7;*/
2423+
/*color: #50B8E1;*/
2424+
/*color: rgba(7, 54, 66,0.3);*/
2425+
text-transform: uppercase;
2426+
text-shadow: 1px 1px 0px rgba(0, 43,54, 0.15);
2427+
}
24202428

24212429
div#toc { margin-left: -16px; width: 100%; }
24222430
div#toc ul { list-style: none; margin: 0 0 5px 8px; }

0 commit comments

Comments
 (0)