diff --git a/clay/PageComponents.hs b/clay/PageComponents.hs index 49ebd92..91b0ec6 100644 --- a/clay/PageComponents.hs +++ b/clay/PageComponents.hs @@ -131,6 +131,8 @@ businessCard = do ".photo" ? do backgroundImage $ url "/images/business-card.png" + backgroundSize cover + backgroundPosition $ placed sideCenter sideCenter border solid (px 1) black sym borderRadius (px 10) minHeight (px 215) diff --git a/images/business-card.png b/images/business-card.png index 14466eb..7a22495 100644 Binary files a/images/business-card.png and b/images/business-card.png differ