Update "O Nas" page content and enhance styling for better user experience

This commit is contained in:
Roman Pyrih
2025-04-22 12:35:44 +02:00
parent b83b7cea3b
commit e05749bfda
4 changed files with 72 additions and 55 deletions

View File

@@ -392,6 +392,12 @@ p {
justify-content: center;
border-radius: 100%;
bottom: 47px;
cursor: pointer;
transition: all 0.3s ease;
&.swiper-button-disabled {
opacity: 0.3;
}
}
.timeline-prev {
left: 0;
@@ -408,6 +414,30 @@ p {
max-width: 900px;
margin-left: auto;
margin-right: auto;
.swiper-slide {
p {
color: $cTxtBlack;
font-size: 20px;
font-family: $font3;
font-weight: 300;
}
> img {
margin-top: 40px;
}
ul.logos {
padding: 0;
margin: 0;
list-style: none;
display: flex;
flex-direction: row;
align-items: center;
column-gap: 80px;
row-gap: 20px;
flex-wrap: wrap;
}
}
}
}
}