Skip to content

Commit

Permalink
sorted events in events and max-width in styrelsen.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Rydeståhl committed Nov 6, 2024
1 parent e0ec4f5 commit 7a36473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/event/[...page].astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export async function getStaticPaths({ paginate }) {
body: JSON.stringify({
query: `query BlogPostsPage {
allBlogPosts {
allBlogPosts(orderBy: eventStartDate_DESC) {
id
title
body
Expand Down
1 change: 1 addition & 0 deletions src/pages/styrelsen.astro
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ const { page } = Astro.props

.container-item {
margin: 2rem;
max-width: 314px;
}

@media screen and (max-width: 768px) {
Expand Down

0 comments on commit 7a36473

Please sign in to comment.