Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleretters committed Oct 22, 2024
1 parent 1bb7dc8 commit a825236
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h2>{{ page.title }}</h2>
</div>
</div>
<div class="row mb-10">
<div class="col-sm-12 col-md-4">
<div class="col-sm-12 col-md-4 about-content">
{{ page.content | markdownify }}
</div>
<div class="col-sm-12 col-md-8">
Expand Down
8 changes: 8 additions & 0 deletions assets/stylesheets/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/stylesheets/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions assets/stylesheets/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,16 @@ ul.post-list {
}
}

.about-content {
img {
width: auto;
max-width: 256px;
height: auto;
display: block;
margin: auto;
}
}

.discography {
overflow: auto;
table {
Expand Down

0 comments on commit a825236

Please sign in to comment.