Skip to content

Commit

Permalink
fix: overlapping text in interoperability page (#1415) (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
smonolo authored Mar 25, 2024
1 parent 9c397a6 commit d4fbcc5
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions src/pages/it/interoperabilita.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
@media (min-width: 768px) {
.content-section {
height: 20rem;
}
.content-section {
height: 21rem;
}
}

@media (min-width: 992px) {
.content-section {
height: 12rem;
}
.content-section {
height: 15rem;
}
}

@media (min-width: 1200px) {
.content-section {
height: 12rem;
}
}

.external-link-icon {
fill : #06c;
fill: #06c;
}

0 comments on commit d4fbcc5

Please sign in to comment.