Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
frustratedcat committed Dec 9, 2024
1 parent f6682d5 commit c2b5c62
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pages/articles/articles.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h1>Articles</h1>
pseudo-journalistic ramblings, book reviews, and random thoughts on
various topics of interest.
</p>
<article class="stories-container">
<article class="stories-article-container">
<a href="#" class="cover-image-container"
><img
class="story-cover-image"
Expand Down
2 changes: 1 addition & 1 deletion pages/fiction/fiction.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h1>Fiction</h1>
as I would like to. My hope is that this page will grow over time and
eventually turn into one with links to published works.
</p>
<article class="stories-container">
<article class="stories-articles-container">
<a
href="./stories/the_wood_cutter/the_wood_cutter.html"
class="cover-image-container"
Expand Down
2 changes: 1 addition & 1 deletion pages/photography/photography.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h1>Photography</h1>
my photographs, mostly taken with my phone, but occassionally with a
camera.
</p>
<article class="stories-container"></article>
<article class="stories-articles-container"></article>
<a href="#" class="cover-image-container"
><img
class="story-cover-image"
Expand Down
3 changes: 1 addition & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ ul {
text-align: center;
}

.stories-container {
.stories-article-container {
width: 100%;
display: flex;
flex-wrap: wrap;
Expand Down Expand Up @@ -152,7 +152,6 @@ ul {
margin-top: 30px;
}


.article-body-container {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit c2b5c62

Please sign in to comment.