style fixes

pull/23/head
Szekeres Bálint 2018-06-24 15:53:35 +02:00
parent 85c1b9e756
commit b979e839d4
1 changed files with 12 additions and 3 deletions

View File

@ -76,13 +76,16 @@ main {
flex: 1 1 auto; flex: 1 1 auto;
} }
main .options, main .options {
main .sidebar {
padding-top: 1.5rem; padding-top: 1.5rem;
} }
main .options .card {
background-color: #f8f8f8;
}
main .options .card .card-body { main .options .card .card-body {
padding: 0.5rem; padding: 0.25rem 0.5rem 0.5rem;
font-size: 0.9rem; font-size: 0.9rem;
} }
@ -196,6 +199,12 @@ main .commands pre code {
overflow-x: visible; overflow-x: visible;
} }
@media (min-width: 992px) {
main .sidebar {
margin-top: -2.4rem;
}
}
main .sidebar .github-link { main .sidebar .github-link {
text-align: center; text-align: center;
font-size: 1rem; font-size: 1rem;