Skip to content

Commit

Permalink
SPIN-146 // Fixed size issues with quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieghard Hillbrecht committed Sep 16, 2024
1 parent 9ca89b2 commit d0046c4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions blocks/quotes/quotes.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@

@media (max-width: 425px) {
.quotes > div {
padding: 30px;
}

.quotes > div > div {
Expand All @@ -73,3 +74,17 @@
line-height: 15px;
}
}

@media (max-width: 340px) {
.quotes > div > div {
font-size: 12px;
line-height: 12px;
}

.quotes > div > div:last-child {
padding-top: 10px;
font-size: 8px;
font-weight: normal;
line-height: 10px;
}
}

0 comments on commit d0046c4

Please sign in to comment.