Skip to content

Commit

Permalink
fix(ui): align and limit width of image cards header text
Browse files Browse the repository at this point in the history
  • Loading branch information
RaneHyv committed Feb 29, 2024
1 parent aff8cf2 commit 4f68ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/theme/extras/blocks/imageCards.less
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
.hero.slider-caption{
background-image: linear-gradient(0deg,rgba(0,0,0,.5) 0,transparent 70%);
padding-right: 70px;
padding-left: 70px;
padding-left: 95px;
margin: 0 !important;

@media (max-width: 662px) {
Expand All @@ -65,6 +65,7 @@
color: @theme-color-white !important;
}
.slide-body {
max-width: @pageMaxWidth;
.hero.event-label {
span {
position: relative;
Expand Down Expand Up @@ -109,7 +110,6 @@
font-family: @headerFont;
font-size: 80px;
line-height: 80px;
padding: 0 20px;
margin-top: 0;
margin-bottom: 10px;
text-align: left;
Expand Down

0 comments on commit 4f68ca5

Please sign in to comment.