Update "O Nas" page content and enhance styling for better user experience
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user