Skip to content

Commit

Permalink
timeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
winnidat committed Oct 17, 2024
1 parent 45b0c5e commit 1bb9b4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/lexa.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2236,6 +2236,10 @@ h4 {
#footnote a {
color: #fff;
}
.mobile100center {
text-align: center;
width: 100%;
}
}

#footnote a {
Expand Down
2 changes: 2 additions & 0 deletions templates/local_wb_news/wb_news_timeline_card2.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@
"
>
<div class="timeline2-content">
<div class="mobile100center">
<img src="{{headerimage}}" alt="Step Image" class="img-fluid mb-3">
</div>
<div>
<h4 class="mb-3-lexa">{{headline}}</h4>
<div class="lexa-input">{{{description}}}</div>
Expand Down

0 comments on commit 1bb9b4f

Please sign in to comment.