Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-ancheta committed Oct 6, 2023
1 parent 5321e03 commit 49851a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/essay.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: home
---

<div class="ui text container" style="margin-top: 20px; margin-bottom: 20px">
<div class="container py-4">
<h1 class="display-4">{{ page.title }}</h1>
<span class="date">{{ page.date | date_to_string }}</span>
<hr>
Expand Down
5 changes: 5 additions & 0 deletions css/techfolio-theme/rubik.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ h1,h2,h3,h4,h5 {
fill: var(--tf-icon-hover);
}

.container {
margin-inline: auto;
max-width: 700px;
}

a {
text-decoration: none;
}
Expand Down

0 comments on commit 49851a1

Please sign in to comment.