Skip to content

Commit 26d244f

Browse files
authored
Updated subtitle styling bolder uppercase bright
1 parent 33ea9e8 commit 26d244f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

style/style.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,12 @@ h1 {
146146
}
147147

148148
.article-subtitle {
149-
color: gray;
149+
color: #ceda48;
150150
font-family: proxima-nova, 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
151-
font-weight: 300;
152-
font-size: 24px;
151+
font-weight: normal;
152+
font-size: 18px;
153+
text-transform: uppercase;
154+
letter-spacing: 1px;
153155
}
154156

155157
.article-body {
@@ -177,4 +179,5 @@ body > footer {
177179
font-weight: 200;
178180
line-height: 60px;
179181
padding: 50px 20px;
182+
text-align: center;
180183
}

0 commit comments

Comments
 (0)