We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8329d0 commit 55ea4e7Copy full SHA for 55ea4e7
orpjauche/src/scss/home/actu-events.scss
@@ -13,8 +13,8 @@
13
background-size: contain;
14
15
.swiper_category {
16
- position: absolute;
17
- right: 0;
+ position: absolute !important;
+ right: 0 !important;
18
}
19
20
.swiper-slide {
@@ -51,6 +51,11 @@
51
color: #000;
52
53
54
+ .swiper_category {
55
56
57
+ }
58
+
59
60
a {
61
h3 {
orpjauche/src/scss/home/quickacess.scss
@@ -109,7 +109,7 @@
109
margin: 80px 0 0 !important;
110
111
.swiper-slide .swiper-image {
112
- padding-bottom: 100%;
+ padding-bottom: 60%;
113
114
background-repeat: no-repeat;
115
transition: all 0.2s ease;
0 commit comments