-
Notifications
You must be signed in to change notification settings - Fork 0
/
max-1024px.css
69 lines (60 loc) · 1006 Bytes
/
max-1024px.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
@media (max-width: 1024px) {
html{
font-size: 80%;
}
.sec2_text h1 {
font-size: 3.5rem;
}
.sec3_card p {
font-size: 1.2rem;
}
.foot_logo p {
font-size: 0.7rem;
word-spacing: 1px;
}
.menu_catagory {
gap: 0px;
}
.circle {
width: 0px;
height: 0;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
position: relative;
/* bottom: 185px; */
border-radius: 50%;
border: 1px solid hsla(0,0%,100%,.15);
}
.center {
position: relative;
bottom: 185px;
}
.logos_center{
flex: none;
}
.circle .hr_logo{
display: none;
}
.circle p {
font-size: 1.1rem;
word-spacing: 9px;
letter-spacing: 3px;
position: absolute;
top: 13px;
right: -32px;
}
.logos_center {
flex: none;
position: relative;
top: 2px;
left: 15px;
}
.nav2_contact div:nth-child(2){
display: none;
}
.nav2_logo2{
display: none;
}
}