Skip to content

Commit

Permalink
pkp/pkp-lib#9253 Add announcement image to default theme styles
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWr authored and asmecher committed Nov 8, 2023
1 parent e0825f3 commit 20ba861
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,11 @@
.cmp_button_text(@fa-var-chevron-right);
}
}

@media (min-width: @screen-tablet) {
.obj_announcement_summary_has_image {
display: grid;
grid-template-columns: 33% auto;
gap: @triple;
}
}
1 change: 1 addition & 0 deletions plugins/themes/default/styles/pages/indexJournal.less
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
}

> .obj_announcement_summary {
display: block;
position: relative;
padding: @triple @base;
}
Expand Down

0 comments on commit 20ba861

Please sign in to comment.