-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmobile.css
More file actions
63 lines (63 loc) · 1.04 KB
/
Copy pathmobile.css
File metadata and controls
63 lines (63 loc) · 1.04 KB
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
@media (max-width:1028px){
#__next{
width:100%;
}
.header-btns{
width:80%;
justify-content: flex-end;
}
.header-btns button{
margin: 0 0 0 3%;
padding:0;
}
.header-main button{
padding:0;
}
.main-breadcrumb{
width:100%;
}
.flex{
flex-direction: column;
}
.header-main .flex{
flex-direction:row;
}
.info-section > h1 {
font-size:2rem;
width:95%;
}
.about-card img {
width:100%;
}
.vision-widget{
width:90%;
}
.vision-widget > div {
width:100%;
}
.vision-widget h1 {
font-size:2rem;
}
.about-widget {
padding:4rem 10%;
}
.about-card{
margin:5rem 0;
}
.about-card > div {
width:100%;
text-align:center;
}
.quote-widget > div {
width:100%;
}
.contact-widget > div {
width:100%;
}
.short-input{
width:100%;
}
.right-widget{
width:90%;
}
}