-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
42 lines (36 loc) · 875 Bytes
/
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
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&family=Open+Sans:wght@300&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
html {
position: relative;
min-height: 100%;
}
body {
max-width: 1500px;
margin: 0 auto !important;
float: none !important;
font-family: "Inter", sans-serif;
font-weight: 300;
font-size: 1.1rem;
margin-bottom: 60px !important;
}
.font-bold {
font-family: 'Inter', sans-serif;
font-weight: 700;
}
.app-catagories {
font-family: 'Inter', sans-serif;
font-weight: 500;
}
.alert{
display: none;
max-width: 350px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
line-height: 60px;
background-color: #f5f5f5;
}