Skip to content

Commit

Permalink
attempt at adding some padding to the side
Browse files Browse the repository at this point in the history
  • Loading branch information
Cynic1254 committed Jan 25, 2024
1 parent 16001eb commit e05eea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2 style="color: white;">{{ site.student.number }}</h2>
<a href="/Block-B-blog/" title="Return to the homepage">{{ site.title }}</a>
</div>-->

<main id="content" class="main-content" role="main">
<main id="content" class="main-content" role="main" style="padding: 5px;">
{{ content }}

<footer class="site-footer">
Expand Down

0 comments on commit e05eea0

Please sign in to comment.