forked from Josephaedan/PortfolioIn2Hours
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
74 lines (63 loc) · 1.13 KB
/
style.css
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
.navbar-brand,
.nav-link {
font-family: "Source Sans Pro", sans-serif;
font-size: x-large;
font-weight: 800;
margin-right: 10px;
cursor: pointer;
color: rgb(34, 117, 130);
}
h2,
h3,
h4,
h5,
h6 {
font-family: "Source Sans Pro", sans-serif;
font-weight: 600;
color: rgb(34, 117, 130);
}
h1 {
font-family: "Source Sans Pro", sans-serif !important;
font-weight: 700;
color: rgb(34, 117, 130);
}
.display-1 {
font-family: "Source Sans Pro", sans-serif !important;
font-weight: 700;
color: rgb(34, 117, 130);
font-size: 600%;
}
p {
font-family: "Lato", sans-serif;
font-weight: 700;
}
div {
font-family: "Source Sans Pro", sans-serif !important;
}
.bg-dark,
.navbar-dark {
color: blanchedalmond;
}
.vh-80 {
min-height: 80vh;
}
body {
background-color: rgb(247, 255, 247);
}
@media only screen and (min-width: 768px){
.root {
margin-left: 10%;
margin-right: 10%;
}
}
.icon {
height: 50px;
width: auto;
margin-right: 2em;
}
.project-image {
aspect-ratio: 3 / 2;
object-fit: cover;
max-height: 20vw;
max-width: 30vw;
}