Skip to content

Commit 98ca242

Browse files
authored
Merge pull request #3 from tlitfin-unsw/roadmap
Minor tile alignment changes
2 parents ce36abe + 505909c commit 98ca242

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

_includes/events.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ <h3 class="event-title">{{ event.name | escape }}</h3>
128128
.events-list {
129129
display: grid;
130130
grid-template-columns: 1fr 1fr;
131-
gap: 20px;
132-
margin-right: 15px;
131+
gap: 30px;
133132
}
134133

135134
.event-item {

_includes/section-navigation-tiles_mod.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h3 class="page-tile-title" style="margin-top: 0.0rem">{{ page.title }}</h3>
3030

3131
.page-tiles-list {
3232
display: grid;
33-
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
33+
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
3434
gap: 20px;
3535
}
3636

0 commit comments

Comments
 (0)