Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 73312f2

Browse files
committed
better css for non-full rows #220
1 parent 54392d9 commit 73312f2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/pages/home/home-page-view.njk

+3-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@
7474
<div class="content padded-40">
7575
<h1>Team</h1>
7676
<h3>Notre équipe de bénévoles</h3>
77-
{{ committee.staffGrid(members = committeeList) }}
77+
<div class="pole">
78+
{{ committee.staffGrid(members = committeeList) }}
79+
</div>
7880
</div>
7981
<!-- content -->
8082
</div>

src/sass/style.sass

+2-2
Original file line numberDiff line numberDiff line change
@@ -582,8 +582,8 @@ h4
582582
text-align: center
583583

584584
.pole .member
585-
float: none
586-
display: inline-block
585+
float: none
586+
display: inline-block
587587

588588
.more-news, .more-events
589589
border: 2px solid #0099ff

0 commit comments

Comments
 (0)