Skip to content

Commit

Permalink
fix gap and paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
nagayama committed Aug 5, 2024
1 parent e0876e9 commit aa8a7f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2024hakodate/src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@
<header class="sectionHeader">
<h2><span>Job Board</span></h2>
</header>
<section class="section flex justify-center flex-wrap mt-20 mb-40 gap-5" id="jobboards">
<section class="container mx-auto section flex justify-center flex-wrap mt-20 mb-40" id="jobboards">
<% for (const board of locals.jobboards) { %>
<a target="_blank" href="<%= board.url %>" class="block p-2 md:basis-1/2 2xl:basis-1/3">
<a target="_blank" href="<%= board.url %>" class="block p-2 md:basis-1/2 xl:basis-1/3">
<img src="images/jobboard/<%= board.src %>" alt="<%= board.alt %>" />
</a>
<% } %>
Expand Down

0 comments on commit aa8a7f8

Please sign in to comment.