tweak to fix position of Profile Card Components attribution and adjust profile pic to contained
This commit is contained in:
parent
09b46bee06
commit
48b3936489
|
@ -63,6 +63,7 @@ body {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background: url(../images/image-victor.jpg);
|
background: url(../images/image-victor.jpg);
|
||||||
|
background-size: contain;
|
||||||
width: 96px;
|
width: 96px;
|
||||||
height: 96px;
|
height: 96px;
|
||||||
|
|
||||||
|
@ -142,14 +143,14 @@ body {
|
||||||
left: 100%;
|
left: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.attribution {
|
footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.attribution {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
bottom: 1rem;
|
bottom: 1rem;
|
||||||
}
|
}
|
||||||
.attribution a { color: hsl(228, 45%, 44%); }
|
.attribution a { color: hsl(228, 45%, 44%); }
|
||||||
|
|
||||||
@media screen and (min-width: 1100px) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
Reference in New Issue