-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
56 lines (46 loc) · 885 Bytes
/
style.css
File metadata and controls
56 lines (46 loc) · 885 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
50
51
52
53
54
55
56
nav a {
text-decoration: none;
color: white;
}
form {
min-height: 100%;
}
textarea {
min-height: 280px !important;
}
.action-bg {
background-image: url(https://images.unsplash.com/photo-1427694012323-fb5e8b0c165b?q=80&w=2378&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
background-size: cover;
min-height: 60dvh;
}
.text-shadow {
text-shadow: 1px 1px 3px black;
}
.portrait {
height: 100px;
aspect-ratio: 1/1;
border-radius: 50%;
object-fit: cover;
}
.bg-success-but-a-little-darker {
background-color: #116b41;
}
.contact {
height: 100%;
}
#team img {
height: 40dvh;
object-fit: cover;
width: 100%;
}
@media screen and (min-width: 768px) {
.magic-cards {
position: absolute;
bottom: -135px;
width: 100%;
}
#hero {
padding-bottom: 65px;
margin-bottom: 150px;
}
}