Skip to content

Commit 67a8862

Browse files
committed
test
1 parent f8412b6 commit 67a8862

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

assets/css/main.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@import url(fontawesome-all.min.css);
22
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic");
33

4-
/*
5-
Multiverse by HTML5 UP
6-
html5up.net | @ajlkn
7-
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
4+
/*
5+
Multiverse by HTML5 UP
6+
html5up.net | @ajlkn
7+
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
88
*/
99

1010
@-moz-keyframes spinner {

assets/sass/layout/_main.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555

5656
> h2 {
5757
@include vendor('pointer-events', 'none');
58-
bottom: (1.5em / 0.8);
59-
font-size: 0.8em;
60-
left: (1.75em / 0.8);
58+
bottom: 50%;
59+
font-size: 2em;
60+
left: 50%;
6161
margin: 0;
6262
position: absolute;
6363
z-index: 1;

0 commit comments

Comments
 (0)