-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
75 lines (59 loc) · 922 Bytes
/
main.css
File metadata and controls
75 lines (59 loc) · 922 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
html {
height: auto;
width: auto;
text-align: center;
}
@font-face {
font-family: amagro;
src: url(fonts/amagro/Amagro-bold.ttf);
}
body {
font-family: Manrope;
}
.title {
font-family: amagro, serif;
}
button, .btn-small, .btn-large, button:hover, .btn-small:hover, .btn-large:hover {
background-color: #37474f !important;
}
.waves-effect {
-webkit-tap-highlight-color: #37474f;
}
.container-fluid {
background-color: #ee;
margin-top: 5%;
}
.whoPpl {
margin-top: 10%;
}
li {
margin-left: 5%;
text-align: left;
font-size: 2rem;
}
@media screen and (max-width: 1024px) {
body {
height: 100%;
}
.container-fluid {
margin-top: 15%;
}
.btn-large {
margin-top: 5%;
padding: auto;
width: 100%;
}
.title {
font-size: 72px;
padding-top: 2.5%;
}
h5 {
font-size: 36px;
}
p {
font-size: 24px;
}
ul {
margin-top: 5%;
}
}