dis fix 6

This commit is contained in:
borntojesus 2024-01-14 15:36:16 +02:00
parent b52f221790
commit 50dc9b32bf
3 changed files with 26 additions and 4 deletions

View file

@ -30,6 +30,7 @@
}
}
&--line-min {
min-width: auto;
font: var(--nav-bred);
padding: 7rem 10rem;
color: var(--green-button);

View file

@ -39,11 +39,15 @@ overflow: hidden;
max-width: 222rem;
height: 2rem;
margin: 10rem auto 40rem;
@media (max-width: $media-sm) {
margin: 10rem auto 20rem;
}
&--full {
max-width: 100%;
margin: 0;
@media (max-width: $media-sm) {
margin: 0;
}
}
@media (max-width: $media-sm) {
margin: 10rem auto 20rem;
}
}

View file

@ -7,14 +7,21 @@ padding-top: 0;
.faq-page-list {
&__title {
color: var(--black-white);
margin-bottom: 20rem;
@media (max-width: $media-md) {
margin-bottom: 0;
}
}
&__row {
display: flex;
gap: 10rem;
flex-direction: column;
margin-bottom: 60rem;
@media (max-width: $media-md) {
margin-bottom: 30rem;
gap: 20rem;
}
}
&__buttons {
display: flex;
@ -24,10 +31,20 @@ padding-top: 0;
&__item {
display: flex;
gap: 10rem;
@media (max-width: $media-md) {
flex-direction: column;
}
}
&__img {
width: 100%;
max-width: 300rem;
@media (max-width: $media-md) {
max-width: 100%;
img {
width: 100%;
}
}
}
&__text {
position: sticky;