add github label to mccaine-tribute

This commit is contained in:
2020-04-26 13:27:47 -07:00
parent c30e937697
commit 6c1b728d96
2 changed files with 43 additions and 0 deletions

View File

@@ -45,3 +45,42 @@ body,html {
position: relative;
top: -2rem;
}
.attachment-full {
position: absolute;
right: 0px;
height: 149px;
width: 149px;
}
.githubLabel {
background-color: #00293C;
border: none;
width: 149px;
height: 0px;
position: absolute;
right: 0px;
margin-top: -20px;
}
@media (orientation: portrait) {
.attachment-full {
height: 99px;
width: 99px;
}
.githubLabel {
width: 99px;
}
}
@media (orientation: landscape) and (max-height: 400px) {
.attachment-full {
height: 99px;
width: 99px;
}
.githubLabel {
width: 99px;
}
}