-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglobals.css
53 lines (46 loc) · 1.01 KB
/
globals.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
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap');
html,
body {
padding: 0;
margin: 0;
font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
color: #333;
}
a {
color: inherit;
text-decoration: none;
}
* {
box-sizing: border-box;
}
/* #devfolio-apply-now {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
background-color: #3770FF;
border-radius: 15px;
border: none;
color: #FFFFFF;
cursor: pointer;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
font-size: 1.125rem;
font-weight: 600;
padding: 12px 20px;
transition: 200ms ease-in-out;
text-align: center;
}
#devfolio-apply-now:not([disabled]) {
cursor: pointer;
}
#devfolio-apply-now:hover {
background-color: #2954BF !important;
transform: scale(1.05);
}
@media (max-width: 499.98px) {
#devfolio-apply-now {
font-size: .875rem;
}
} */