fix(aio): about page

Header now visible fully when card if flipped to back info

Contributor website links fixed
This commit is contained in:
Stefanie Fluin
2017-04-17 10:42:48 -07:00
committed by Tobias Bosch
parent f5d0fac800
commit 7dfa0b9da9
3 changed files with 21 additions and 8 deletions

View File

@ -94,6 +94,7 @@ aio-contributor {
text-align: center;
display: flex;
flex-direction: column;
box-sizing: border-box;
}
.card-front {
@ -101,8 +102,26 @@ aio-contributor {
}
.card-back {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
padding: 16px;
transform:rotateY(180deg);
h3 {
overflow: auto;
padding: 8px;
margin: 0;
}
p {
margin: 8px 0;
font-size: 12px;
line-height: 14px;
text-align: left;
}
}
&.flipped {