Skip to content

Commit

Permalink
cleanup: Made article list an flex
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Aug 26, 2024
1 parent 4308a09 commit f83e825
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- The class name for the extra link in the helpful layout

#### Changed

- Made article list an flex

#### Dependency(ies)

- Bump `vue` from 3.4.35 to 3.4.38 (https://github.com/aplosdev/aplos/pull/47)
Expand Down
7 changes: 4 additions & 3 deletions custom/ArticleList.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.article-list {
margin: 0 auto;
margin-top: 1rem;
display: flex;
flex-direction: column;
gap: 1rem;
}

.post-container {
Expand Down Expand Up @@ -136,8 +139,6 @@
}

.filter-tags {
margin-bottom: 20px;

#all-tags {
background-color: var(--color-accent-alpha);
color: var(--color-accent);
Expand Down

0 comments on commit f83e825

Please sign in to comment.