Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for preview images for publications #730

Merged
merged 11 commits into from
Jul 3, 2022
Prev Previous commit
Next Next commit
Update _sass/_base.scss
Co-authored-by: Maruan <alshedivat@users.noreply.github.com>
  • Loading branch information
rohandebsarkar and alshedivat committed Jul 3, 2022
commit 12966ddfe54dbbd1e1d959d5ba1943f32e1304d0
2 changes: 2 additions & 0 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,8 @@ footer.sticky-bottom {
margin-bottom: 1rem;
.preview {
width: 100%;
rohandebsarkar marked this conversation as resolved.
Show resolved Hide resolved
min-width: 80px;
max-width: 200px;
}
.abbr {
height: 2rem;
Expand Down