-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles_petit_ecran.css
74 lines (48 loc) · 1.25 KB
/
styles_petit_ecran.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
.mobile-stack .intelligence-artificielle-content {
display: flex;
flex-direction: row;
align-items: center;
background-color: rgba(238, 221, 221, 0.897);
border-radius: 25px 0px 25px 0px;
}
.mobile-stack .intelligence-artificielle-content img {
max-width: 50%;
}
.mobile-stack .intelligence-artificielle-content p {
flex: 1;
}
@media (max-width: 768px) {
.mobile-stack .intelligence-artificielle-content {
flex-direction: column;
}
.mobile-stack .intelligence-artificielle-content img {
max-width: 100%;
}
}
.mobile-stack .intelligence-artificielle-content h1{
font-size: 20px;
}
@media (max-width: 768px) {
body, h1, h1 span, p, .bulle p, #Explorez, #Avenir, #mission, .offre-bulle h3, .offre-bulle p {
font-size: 50%;
}
#logo img {
width: 15%;
}
.intelligence-artificielle-content img {
max-width: 50%;
}
#offres-container .offre-bulle img {
max-width: 50%;
}
}
@media (max-width: 768px) {
#xl {
font-size: 200% !important;
}
}
@media (max-width: 768px) {
#header {
font-size: 18% !important;
}
}