Skip to content

Commit 855f680

Browse files
committed
fix icon landingpage on large screens for featured activities
1 parent 75e77c8 commit 855f680

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

assets/scss/_common.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,7 @@ h4, .h4 {
679679
left: 0;
680680
right: 0;
681681
bottom: 0;
682+
max-height: 100%;
682683
}
683684

684685
.featured-img{

layouts/partials/landingpage/activityfeed.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h3 class="section-title" style="color: #005aa7;">{{ i18n "recent-activity" }}</
7777

7878
<!-- image -->
7979
<div class="col-2 mr-4 box p-0 mt-0" style="background-color: #ffffff;">
80-
<img class="img-fluid about-img p-5" src="{{.image}}" />
80+
<img class="img-fluid about-img p-3" src="{{.image}}" />
8181
</div>
8282
<!-- /image -->
8383

0 commit comments

Comments
 (0)