-
Notifications
You must be signed in to change notification settings - Fork 0
/
mobile.css
115 lines (97 loc) · 1.6 KB
/
mobile.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
@media(max-width: 992px) {
html{
margin-left: 2%;
}
header {
width: 95%;
height: fit-content;
}
#menu {
flex-direction: column-reverse;
width: 95%;
justify-items: space-between;
}
#list-itens{
width: 95vw;
height: fit-content;
display: flex;
justify-content: space-between;
margin: 1px;
padding: 1px;
}
#list-itens li a{
width: fit-content;
}
#logo {
margin-left: 2%;
width: 90%;
height: auto;
justify-content: center;
}
#logo h1{
font-size: 3em;
}
.btn{
width: 60%;
height: fit-content;
}
#apresentacao img {
display: block;
width: 0;
height: 0;
}
#quem-somos p{
flex-direction: column-reverse;
width: 100%;
}
#quem-somos img {
display: block;
width: 0;
height: 0;
}
#servicos{
width: 93%;
height: fit-content;
margin-left: 2%;
}
#servicos h2 {
display: flex;
justify-content: center;
font-size: 2em;
margin-top: 2rem;
}
#servicos img{
width: 60%;
height: 60%;
margin-left: 22%
}
#menuServicos {
margin-left: 2%;
width: 90%;
height: auto;
display: flex;
flex-direction: column;
justify-content: center;
}
#planos{
width: 95%;
height: fit-content;
margin-left: 2%;
}
#planos h2{
display: flex;
justify-content: center;
font-size: 2em;
margin-top: 2rem;
margin-left: 35%;
}
.list-planos{
flex-direction: column;
align-items: flex-start;
}
.list-planos .item-plano{
max-width: 90%;
margin:auto;
width: 100%;
}
}