-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- add alt to blog images - fix education subtitle position - add text justify to about me
- Loading branch information
1 parent
9bbe72b
commit 9ba0a90
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<header class="p-7 pb-0 inline-grid w-full bg-white rounded-xl shadow"> | ||
<h2 class="font-semibold text-xl mb-5 capitalize">About Me</h2> | ||
<p class="text-gray-600">{{ information.about }}</p> | ||
<p class="text-gray-600 text-justify">{{ information.about }}</p> | ||
<div class="border-t border-gray-200 my-5"></div> | ||
{% include "components/nav.njk" %} | ||
</header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters