mirror of
https://github.com/csharpee/nginxconfig.io.git
synced 2025-11-12 00:03:01 -05:00
style fixes
This commit is contained in:
parent
85c1b9e756
commit
b979e839d4
@ -76,13 +76,16 @@ main {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
main .options,
|
||||
main .sidebar {
|
||||
main .options {
|
||||
padding-top: 1.5rem;
|
||||
}
|
||||
|
||||
main .options .card {
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
|
||||
main .options .card .card-body {
|
||||
padding: 0.5rem;
|
||||
padding: 0.25rem 0.5rem 0.5rem;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
@ -196,6 +199,12 @@ main .commands pre code {
|
||||
overflow-x: visible;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
main .sidebar {
|
||||
margin-top: -2.4rem;
|
||||
}
|
||||
}
|
||||
|
||||
main .sidebar .github-link {
|
||||
text-align: center;
|
||||
font-size: 1rem;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user