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

Commit bead065

Browse files
committed
style.css: minor cleanup.
1 parent 79eff70 commit bead065

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

source/assets/css/style.css

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
body {
22
background-color: #f8f8f8;
3-
font: 15px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
3+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
4+
font-size: 15px;
5+
line-height: 1.5;
46
padding-top: 80px;
57
position: relative;
68
}
79

810
.main-container {
911
background-color: #fff;
10-
margin-bottom: 30px;
11-
padding: 30px 65px 60px 65px;
1212
border-radius: 4px;
1313
box-shadow: 0 0 4px rgba(0, 0, 0, 0.25), inset 0 0 0 rgba(0, 0, 0, 0.1);
14+
margin-bottom: 30px;
15+
padding: 30px 65px 60px 65px;
1416
}
1517

1618
.button-wrapper {
@@ -318,19 +320,6 @@ h6[id]::before {
318320
text-shadow: none;
319321
}
320322

321-
.defer {
322-
opacity: 0;
323-
}
324-
325-
.no-js .defer {
326-
display: none;
327-
}
328-
329-
.defer.loaded {
330-
opacity: 1;
331-
transition: opacity 0.3s ease;
332-
}
333-
334323
.browserPrompt {
335324
text-align: center;
336325
}

0 commit comments

Comments
 (0)