mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
fix advert blurriness issue
This commit is contained in:
parent
be83699e65
commit
658472f16b
2 changed files with 9 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
' !
|
||||
' !
|
||||
|
|
Loading…
Reference in a new issue