tweak to fix position of Profile Card Components attribution and adjust profile pic to contained

This commit is contained in:
Robert McGovern 2021-09-11 15:26:44 +01:00
parent 09b46bee06
commit 48b3936489
1 changed files with 6 additions and 5 deletions

View File

@ -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) {
}