Skip to content

Commit dfdf1e9

Browse files
authored
Update style.css
1 parent 46840cf commit dfdf1e9

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

css/style.css

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
body {
2-
background-image: linear-gradient(#000000, #393939);
2+
background-color: #393939;
3+
margin: 0;
4+
35
}
46
.splash h1 {
57
font-family: 'League Spartan', sans-serif;
@@ -28,19 +30,20 @@ body {
2830
opacity: 1;
2931
}
3032
.splash {
31-
height: 100vh;
33+
max-height: 70vh;
3234
background-attachment: local;
3335
background-size: cover;
36+
background-image: linear-gradient(#000000, #393939);
3437
align-content: center;
3538
align-items: center;
3639
text-align: center;
37-
vertical-align: middle;
3840
color: white;
41+
padding-bottom: 10vh;
3942
}
4043
#splash-content{
41-
padding-top: 30vh;
44+
padding-top: 20vh;
4245
}
4346
#splash-logo {
4447
max-width: 60%;
4548
vertical-align: middle;
46-
}
49+
}

0 commit comments

Comments
 (0)