-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmobile.css
More file actions
42 lines (41 loc) · 876 Bytes
/
mobile.css
File metadata and controls
42 lines (41 loc) · 876 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
@media only screen and (max-width:768px){
header .navbar-brand{
padding-left:1rem;
}
.section-1 .row .col-md-6 .panel{
position: initial;
width: initial;
height: initial;
}
.section-2 .cover{
background-position:-25vmin -10vmin ;
}
.numbers .react{
width: 10rem;
height: 8rem;
}
.numbers .reacth1{
font-size: 2rem;
}
.section-3{
height: inherit;
padding: 10vmin !important;
}
.section-3 .row h1{
padding: 6vmin 4vmin;
}
.section-3 .row .col-md-6{
text-align: center !important;
}
.section-3 .desktop i{
font-size: 8vmin;
}
.section-4 .team{
display:flex ;
flex-direction: column;
align-content: center;
}
.section-4 .carousel-inner{
width: 24rem;
}
}