fix advert blurriness issue

This commit is contained in:
byte[] 2020-04-03 14:08:37 -04:00
parent be83699e65
commit 658472f16b
2 changed files with 9 additions and 5 deletions

View file

@ -15,12 +15,16 @@
margin-bottom: 4px;
}
img {
max-width: 729px;
width: 100%;
max-width: 100%;
height: auto;
}
}
#imagespns__link {
display: flex;
justify-content: center;
}
.table--adverts__image {
width: 730px;
}

View file

@ -4,11 +4,11 @@
=> link "Click here", to: "/pages/advertising"
' for information!
a href=Routes.advert_path(@conn, :show, @advert) rel="nofollow" title=@advert.title
img src=advert_image_url(@advert) alt=@advert.title width="700" height="80"
a#imagespns__link href=Routes.advert_path(@conn, :show, @advert) rel="nofollow" title=@advert.title
img src=advert_image_url(@advert) alt=@advert.title
p
strong
' Derpibooru costs over $25 a day to operate -
= link "help support us financially", to: "/pages/donations"
' !
' !