-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
44 lines (34 loc) · 755 Bytes
/
style.css
File metadata and controls
44 lines (34 loc) · 755 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
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600&display=swap');
.or-grid {
grid-template-columns: 1fr 35px 1fr;
}
.font-fam {
font-family: 'Open Sans', sans-serif;
}
p,.playfair{
font-family: 'Playfair Display', serif;
letter-spacing: 0.02rem;
font-weight: 500;
font-size: 14px;
}
::placeholder{
font-family: 'Playfair Display', serif;
}
input{
font-family: 'Playfair Display', serif;
}
.register {
white-space: nowrap;
position: absolute;
right: 0;
bottom: -9px;
}
.container-mr {
position: relative;
}
@media screen and (max-width: 680px) {
.register {
right: -24px;
bottom: -9px;
}
}