Skip to content

Commit

Permalink
Update training-hunter.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gaterunner341 committed May 20, 2024
1 parent 83bfe7a commit ca2bc80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _layouts/training-hunter.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
margin: 20px;
}
.training {
width: 200px; /* Fixed width to ensure the content fits */
width: calc(33.33% - 20px);
height: 200px; /* Height for better display */
position: relative;
border-radius: 10px;
Expand Down Expand Up @@ -48,7 +48,8 @@ <h2>{{ cat.category }}</h2>
<div class="training-container">
{% for training in cat.training %}
<div class="training">
<div class="training-info">
<div class="training-info">
</div>
<a class="hover-underline-animation" href="{{ training.url }}" target="_blank">{{ training.title }}</a>
<p>{{ training.provider }}</p>
</div>
Expand Down

0 comments on commit ca2bc80

Please sign in to comment.