fix: update license images

This commit is contained in:
2025-06-17 14:10:51 +03:00
parent 553e6da6db
commit 39f56b170f
5 changed files with 32 additions and 26 deletions

View File

@@ -3,7 +3,7 @@
flex-direction: row;
justify-content: space-between;
margin-bottom: rem(40px);
padding: 0 rem(20px) 0;
padding: 0 rem(20px) 0!important;
@include iftablet {
padding: unset;
@@ -15,6 +15,14 @@
}
.Slide {
cursor: pointer;
width: 100%;
display: flex!important;
justify-content: center;
.Image {
cursor: pointer;
width: auto;
height: rem(400px);
display: flex;
align-items: center;
}
}