Popravek poravnave kljukic v benefits-list za mobilne naprave - leva poravnava
Deploy to Development and Production / deploy (push) Has been cancelled
Details
Deploy to Development and Production / deploy (push) Has been cancelled
Details
This commit is contained in:
parent
1810e95892
commit
0f2a70d790
|
|
@ -7178,11 +7178,11 @@ html, body {
|
|||
.prosberry-benefits-container {
|
||||
grid-template-columns: 1fr;
|
||||
gap: 2rem;
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.benefits-list li {
|
||||
justify-content: center;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -8089,10 +8089,19 @@ html, body {
|
|||
/* Benefits list mobile */
|
||||
.benefits-list {
|
||||
gap: 0.8rem;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.benefits-list li {
|
||||
font-size: 0.95rem;
|
||||
justify-content: flex-start;
|
||||
align-items: flex-start;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.benefit-check {
|
||||
flex-shrink: 0;
|
||||
margin-top: 0.1rem;
|
||||
}
|
||||
|
||||
/* Hero section mobile text */
|
||||
|
|
@ -8275,6 +8284,8 @@ html, body {
|
|||
|
||||
.benefits-list li {
|
||||
font-size: 0.9rem;
|
||||
justify-content: flex-start;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.reference-card {
|
||||
|
|
|
|||
Loading…
Reference in New Issue