1
goldsmith-samples/bootstrap/content/main.css

34 lines
722 B
CSS
Raw Normal View History

2017-10-15 16:44:36 +00:00
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;
}
2018-01-28 04:37:03 +00:00
.github-corner svg{
border: 0;
color: #fff;
fill: #6c757d;
position: absolute;
right: 0;
top: 3.4rem;
}
2017-10-15 16:44:36 +00:00
.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}}