mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-03-11 06:00:05 +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;
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
max-width: 729px;
|
max-width: 100%;
|
||||||
width: 100%;
|
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#imagespns__link {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
.table--adverts__image {
|
.table--adverts__image {
|
||||||
width: 730px;
|
width: 730px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,11 +4,11 @@
|
||||||
=> link "Click here", to: "/pages/advertising"
|
=> link "Click here", to: "/pages/advertising"
|
||||||
' for information!
|
' for information!
|
||||||
|
|
||||||
a href=Routes.advert_path(@conn, :show, @advert) rel="nofollow" title=@advert.title
|
a#imagespns__link 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"
|
img src=advert_image_url(@advert) alt=@advert.title
|
||||||
|
|
||||||
p
|
p
|
||||||
strong
|
strong
|
||||||
' Derpibooru costs over $25 a day to operate -
|
' Derpibooru costs over $25 a day to operate -
|
||||||
= link "help support us financially", to: "/pages/donations"
|
= link "help support us financially", to: "/pages/donations"
|
||||||
' !
|
' !
|
||||||
|
|
Loading…
Add table
Reference in a new issue