Skip to content

Commit be77413

Browse files
committed
update style
1 parent 37bff65 commit be77413

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

assets/css/style.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33

44
@import "{{ site.theme }}";
55

6+
h1 {
7+
font-size: 72px;
8+
}
9+
610
#header_wrap {
711
background: #00ff00;
8-
background: -moz-linear-gradient(top, #373737, #212121);
9-
background: -webkit-linear-gradient(top, #373737, #212121);
10-
background: -ms-linear-gradient(top, #373737, #212121);
11-
background: -o-linear-gradient(top, #373737, #212121);
12-
background: linear-gradient(top, #373737, #212121);
1312
}

0 commit comments

Comments
 (0)