Skip to content

Commit

Permalink
adjusted table
Browse files Browse the repository at this point in the history
  • Loading branch information
cecepasinechka committed Mar 7, 2024
1 parent 18cd39e commit 18a76a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h1 class="post-title">{{ page.title }}</h1>
<td>{{ page.contact }}</td>
</tr>
</table>
<span style="padding-left: 10%; font-style: italic;">*ECTS enota predvideva 25-30 ur dela</span>
<span style="padding-left: 14%; font-style: italic;">*ECTS enota predvideva 25-30 ur dela</span>
</section>
{% include pagination-post.html %}
</article>
Expand Down
2 changes: 2 additions & 0 deletions _sass/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,12 @@

@include media(">=sm") {
font-size: rem(20px);
width: 90%;
}

@include media("<sm") {
font-size: rem(16px);
width: 70%;
}

th,
Expand Down

0 comments on commit 18a76a0

Please sign in to comment.