diff --git a/FrontendMentor/newbie/profile-card-component/css/style.css b/FrontendMentor/newbie/profile-card-component/css/style.css index 869ddd9..4708032 100644 --- a/FrontendMentor/newbie/profile-card-component/css/style.css +++ b/FrontendMentor/newbie/profile-card-component/css/style.css @@ -63,6 +63,7 @@ body { position: relative; margin: 0 auto; background: url(../images/image-victor.jpg); + background-size: contain; width: 96px; height: 96px; @@ -142,14 +143,14 @@ body { left: 100%; } -.attribution { +footer { position: absolute; + bottom: 1rem; +} + +.attribution { font-size: 11px; text-align: center; bottom: 1rem; } .attribution a { color: hsl(228, 45%, 44%); } - -@media screen and (min-width: 1100px) { - -}