Skip to content

Commit

Permalink
fix header issue in customer card entry (#1080)
Browse files Browse the repository at this point in the history
* fix header issue in customer card entry

* lint

* rewrite padding
  • Loading branch information
anemne authored Dec 20, 2024
1 parent 7305903 commit 5e4a63c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,13 @@

.link:focus-visible .heading {
text-decoration: underline;
padding: 0.5rem 0;
}

.heading {
text-wrap: balance;
overflow: hidden;
padding: 0.5rem 0 0.5rem 0;

@media (max-width: 1130px) {
font-size: 2.125rem;
Expand Down

0 comments on commit 5e4a63c

Please sign in to comment.