We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46840cf commit dfdf1e9Copy full SHA for dfdf1e9
1 file changed
css/style.css
@@ -1,5 +1,7 @@
1
body {
2
- background-image: linear-gradient(#000000, #393939);
+ background-color: #393939;
3
+ margin: 0;
4
+
5
}
6
.splash h1 {
7
font-family: 'League Spartan', sans-serif;
@@ -28,19 +30,20 @@ body {
28
30
opacity: 1;
29
31
32
.splash {
- height: 100vh;
33
+ max-height: 70vh;
34
background-attachment: local;
35
background-size: cover;
36
+ background-image: linear-gradient(#000000, #393939);
37
align-content: center;
38
align-items: center;
39
text-align: center;
- vertical-align: middle;
40
color: white;
41
+ padding-bottom: 10vh;
42
43
#splash-content{
- padding-top: 30vh;
44
+ padding-top: 20vh;
45
46
#splash-logo {
47
max-width: 60%;
48
vertical-align: middle;
- }
49
+ }
0 commit comments