-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
49 lines (40 loc) · 698 Bytes
/
style.css
File metadata and controls
49 lines (40 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
body {
min-height: 100vh;
display: flex;
flex-direction: column;
}
main {
flex-grow: 1;
}
.hero {
min-height: 100vh;
background-image: url(https://images.unsplash.com/photo-1446776811953-b23d57bd21aa?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1052&q=80);
background-size: cover;
}
@media only screen and (min-width: 414px) {
text {
display: none;
}
}
@media only screen and (min-width: 414px) {
.spill {
order-1
}
}
.spill {
bottom: -30px;
}
h1 {
font-family: 'Playfair Display', serif;
}
.smallcard {
min-height: 80%;
}
.tallcard {
min height: 100%;
}
.spill {
top: 60px;
left: 40px;
width: autos;
}