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;
|
||||
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) {
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue