Skip to content

Commit 6a567aa

Browse files
committed
add assets
1 parent 86db0df commit 6a567aa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+4
-4
lines changed

public/downloads/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* stylelint-disable no-descending-specificity, media-feature-range-notation */
2-
@import url("https://fonts.googleapis.com/css?family=Lato:300,300italic,400,700,700italic");
2+
@import url('https://fonts.googleapis.com/css?family=Lato:300,300italic,400,700,700italic');
33

44
/**
55
* Base Elements
@@ -23,7 +23,7 @@ span,
2323
a,
2424
button {
2525
font-family:
26-
Lato, "Open Sans", "Helvetica Neue", "Segoe UI", Helvetica, Arial,
26+
Lato, 'Open Sans', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial,
2727
sans-serif;
2828
line-height: 1.5;
2929
}
@@ -272,7 +272,7 @@ p {
272272
}
273273

274274
.rental button.image::after {
275-
content: "";
275+
content: '';
276276
position: absolute;
277277
top: 0;
278278
left: 0;
@@ -460,7 +460,7 @@ p {
460460
}
461461

462462
.tomster {
463-
background: url("../assets/images/teaching-tomster.png");
463+
background: url('../assets/images/teaching-tomster.png');
464464
background-size: contain;
465465
background-repeat: no-repeat;
466466
height: 200px;
113 KB
65.7 KB
53.9 KB
-31.7 KB
-33.8 KB
-26.3 KB
-27.1 KB
-40.5 KB
-31.7 KB

0 commit comments

Comments
 (0)