Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
don't hide header extra text in mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Jan 17, 2022
1 parent bfba9af commit 328c34a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/addons/volto-addons/imagecards/carousel.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@
@media (max-width: 700px) {
div {
span {
display: none;
font-size: 0.8em;
}

a {
position: relative;
top: -15px;
font-size: 0.8em;
}
}
}
Expand Down

0 comments on commit 328c34a

Please sign in to comment.