add github label for random-quote-machine

This commit is contained in:
2020-04-26 15:08:51 -07:00
parent 7ad8510d58
commit 70f38683d1
11 changed files with 57 additions and 13 deletions

View File

@@ -25,3 +25,42 @@
background-color: #eaff00;
color: black;
}
.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: -10px;
}
@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;
}
}