Skip to content

Commit 17dc5bf

Browse files
committed
Changed filenames
1 parent 86e4e11 commit 17dc5bf

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

module/CommonBundle/Resources/assets/site/less/vtk-homepage-layout.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,11 +330,11 @@
330330

331331
.banner_event_galabal {
332332
@media (min-width: 575.98px) {
333-
background-image: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03)), url(../img/promo_galabal_2425.png?v=2);
333+
background-image: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03)), url(../img/promo_galabal_2425_v2.png);
334334
height: 85vh;
335335
}
336336
@media (max-width: 575.98px) {
337-
background-image: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03)), url(../img/promo_galabal_2425_mobile.png?v=2);
337+
background-image: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03)), url(../img/promo_galabal_2425_mobile_v2.png);
338338
background-size: contain; /* Ensure the entire image is visible */
339339
background-position: center; /* Center the image */
340340
margin-top: 0;

0 commit comments

Comments
 (0)