mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-09 15:28:12 +08:00
style fixes
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user