Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit d664f8c

Browse files
committed
Tweak styles a little
Make a some fonts a little smaller, mostly.
1 parent 5316253 commit d664f8c

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

css/style.css

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,24 +162,29 @@ div.install {
162162
}
163163

164164
p.pitch {
165+
margin-right: 1em;
165166
font-size: 25px;
166167
font-weight: 300;
167168
text-align: center;
168169
}
169170
@media (min-width: 992px) {
170171
p.pitch {
171-
font-size: 28px;
172+
font-size: 25px;
172173
margin-top: 2.7em;
173-
margin-bottom: 1.8em;
174+
margin-bottom: 1em;
174175
text-align: left;
175176
}
176177
}
177178

179+
p.pitch a {
180+
font-size: 80%;
181+
}
182+
178183
.install-box {
179184
color: #777;
180185
text-align: right;
181186
font-size: 130%;
182-
margin-top: 1em;
187+
margin-top: 2em;
183188
}
184189

185190
.version-rec-box-inner {
@@ -225,7 +230,7 @@ ul.laundry-list {
225230

226231
@media (min-width: 992px) {
227232
.install-box a.btn {
228-
font-size: 20px;
233+
font-size: 18px;
229234
padding: 10px 15px;
230235
}
231236
ul.laundry-list {

0 commit comments

Comments
 (0)