Skip to content

Commit 1f2482b

Browse files
Merge pull request #27 from eesast/dev
style(gh-pages): 💄 change title size
2 parents 5c5db3f + d63bcbf commit 1f2482b

1 file changed

Lines changed: 14 additions & 13 deletions

File tree

assets/css/style.css

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,12 @@ header {
4141
width: 100%;
4242
border-bottom: 1px dashed #b5e853;
4343
padding: 20px 0;
44-
margin: 0 0 40px 0
44+
margin: 0 0 40px 0;
45+
font-size: 16px;
4546
}
4647

4748
header h1 {
48-
font-size: 30px;
49+
font-size: 1.875em;
4950
line-height: 1.5;
5051
margin: 0 0 0 -40px;
5152
font-weight: bold;
@@ -68,7 +69,7 @@ header h1:before {
6869
}
6970

7071
header h2 {
71-
font-size: 18px;
72+
font-size: 1.125em;
7273
font-weight: 300;
7374
color: #666
7475
}
@@ -106,35 +107,35 @@ h6 {
106107
}
107108

108109
#main_content h1 {
109-
font-size: 30px;
110+
font-size: 1.875em;
110111
border-bottom: 1px solid #3d444db3;
111112
padding-bottom: .3em;
112113
}
113114

114115
#main_content h2 {
115-
font-size: 24px;
116+
font-size: 1.5em;
116117
border-bottom: 1px solid #3d444db3;
117118
padding-bottom: .3em;
118119
}
119120

120121
#main_content h3 {
121-
font-size: 18px
122+
font-size: 1.25em
122123
}
123124

124125
#main_content h4 {
125-
font-size: 14px
126+
font-size: 1em
126127
}
127128

128129
#main_content h5 {
129-
font-size: 12px;
130-
text-transform: uppercase;
130+
font-size: 0.85em;
131+
/* text-transform: uppercase; */
131132
margin: 0 0 5px 0
132133
}
133134

134135
#main_content h6 {
135-
font-size: 12px;
136-
text-transform: uppercase;
137-
color: #999;
136+
font-size: 0.85em;
137+
/* text-transform: uppercase; */
138+
color: #9198a1;
138139
margin: 0 0 5px 0
139140
}
140141

@@ -209,7 +210,7 @@ hr {
209210
color: rgba(255, 255, 255, 0.8);
210211
font-family: Helvetica, Arial, sans-serif;
211212
font-weight: bold;
212-
font-size: 13px;
213+
font-size: 0.8125em;
213214
text-decoration: none;
214215
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
215216
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05)

0 commit comments

Comments
 (0)