gman 8 months ago
parent c19a1826fd
commit a050f1debe

Binary file not shown.

Before

Width:  |  Height:  |  Size: 427 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 694 KiB

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

@ -264,6 +264,7 @@ html {
width: 100%;
flex-wrap: wrap;
justify-content: space-around;
gap: 5px;
}
.trusted-block {
@ -273,13 +274,19 @@ html {
flex-shrink: 0;
padding: 30px 0 90px;
align-items: center;
justify-content: center;
@media (max-width: 850px) {
width: 50%;
width: 45%;
}
@media (max-width: 500px) {
width: 100%;
}
}
.trusted-block img {
width: 100%;
height: 100px;
object-fit: contain;
}

Loading…
Cancel
Save