-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles_gaudre.css
80 lines (49 loc) · 1.02 KB
/
styles_gaudre.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
@media (max-width: 768px) {
.offres-container {
overflow: hidden;
position: relative;
}
.carousel-controls {
text-align: center;
margin-top: 50px;
}
.prev-button,
.next-button {
background: transparent;
border: none;
font-size: 24px;
cursor: pointer;
}
.prev-button {
margin-right: 20px;
}
.offre-bulle {
display: none;
}
.offre-bulle.active {
display: block;
}
}
.offre-carousel {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.offre-bulle {
display: none;
}
.offre-bulle.active {
display: block;
}
.carousel-buttons {
text-align: center;
align-items: center;
justify-content: center;
}
.carousel-buttons button {
display: inline-block;
margin: 0 10px;
}
.offre-buttons{
width: 100%;
}