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