34 lines
722 B
CSS
34 lines
722 B
CSS
body {
|
|
padding-top: 5rem;
|
|
}
|
|
|
|
img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
h1 small, h2 small {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.img-thumbnail-inline {
|
|
display: inline-block;
|
|
}
|
|
|
|
:target:before {
|
|
content: "";
|
|
display: block;
|
|
height: 5rem;
|
|
margin: -5rem 0 0;
|
|
}
|
|
|
|
.github-corner svg{
|
|
border: 0;
|
|
color: #fff;
|
|
fill: #6c757d;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 3.4rem;
|
|
}
|
|
|
|
.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}
|