Skip to content

Commit

Permalink
Update news articles for some higher resolution images
Browse files Browse the repository at this point in the history
  • Loading branch information
slmnio committed Apr 8, 2022
1 parent c8f7aa6 commit c65fe02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/src/components/website/news/NewsThumbnail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default {
return null;
}
return resizedImage(this.item, ["thumbnail"], "h-150"); // gets centered vertically
return resizedImage(this.item, ["thumbnail"], "h-300"); // gets centered vertically
},
connectionTheme() {
if (this.item?.event?.theme && this.item?.prefer_event) return this.item.event.theme;
Expand All @@ -48,7 +48,7 @@ export default {
return {
backgroundColor: this.connectionTheme.color_logo_background,
...resizedImage(this.connectionTheme, ["default_wordmark", "default_logo"], "h-150")
...resizedImage(this.connectionTheme, ["default_wordmark", "default_logo"], "h-200")
};
}
}
Expand Down
2 changes: 1 addition & 1 deletion website/src/views/News.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export default {
background-color: #252525;
}
.news-content >>> p:first-child {
.news-content >>> .markdown > p:first-child {
font-size: 1.15em !important;
}
.news-content >>> img {
Expand Down

0 comments on commit c65fe02

Please sign in to comment.