Skip to content

Commit a146d0c

Browse files
committed
tests
1 parent f6ec497 commit a146d0c

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

assets/css/main.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ input, select, textarea {
193193
body, input, select, textarea {
194194
color: #a0a0a1;
195195
font-family: "Source Sans Pro", Helvetica, sans-serif;
196-
font-size: 15pt;
196+
font-size: 25pt;
197197
font-weight: 300;
198198
letter-spacing: 0.025em;
199199
line-height: 1.65;
@@ -250,23 +250,23 @@ input, select, textarea {
250250
}
251251

252252
h1 {
253-
font-size: 2em;
253+
font-size: 3em;
254254
}
255255

256256
h2 {
257-
font-size: 1.25em;
257+
font-size: 2em;
258258
}
259259

260260
h3 {
261-
font-size: 1.1em;
261+
font-size: 1.5em;
262262
}
263263

264264
h4 {
265-
font-size: 1em;
265+
font-size: 1.5em;
266266
}
267267

268268
h5 {
269-
font-size: 0.9em;
269+
font-size: 1em;
270270
}
271271

272272
h6 {

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<title>Multiverse by HTML5 UP</title>
1010
<meta charset="utf-8" />
1111
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
12+
<meta http-equiv='cache-control' content='no-cache'>
13+
<meta http-equiv='expires' content='0'>
14+
<meta http-equiv='pragma' content='no-cache'>
1215
<link rel="stylesheet" href="assets/css/main.css" />
1316
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
1417
</head>

0 commit comments

Comments
 (0)