Make logos bigger on recipe detail page
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -77,6 +77,10 @@ i.fas, i.fab {
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.card-img-large {
|
||||
height: 10vw;
|
||||
}
|
||||
|
||||
.smaller-card {
|
||||
border: 1px solid var(--dark-pink);
|
||||
border-radius: 20px;
|
||||
|
@ -265,7 +265,7 @@ viewApp app readme =
|
||||
, repository_link
|
||||
, website_link
|
||||
]
|
||||
, img [ class "card-img-top", src icon_url, alt ("icon for " ++ app.name) ] []
|
||||
, img [ class "card-img-top card-img-large", src icon_url, alt ("icon for " ++ app.name) ] []
|
||||
, div [ class "card-body" ]
|
||||
-- render Markdown with no special options
|
||||
[ div [] (Markdown.toHtml Nothing readme)
|
||||
|
Reference in New Issue
Block a user