feat: add nginx.md cheatsheet. c221cd1ac3

This commit is contained in:
jaywcjlove
2022-10-07 19:19:14 +00:00
parent 0672b3a6a1
commit 50aab66fee
4 changed files with 821 additions and 15 deletions

View File

@ -677,6 +677,9 @@ body:not(.home) .h2wrap > h2 a::after {
.cols-5 {
grid-template-columns: repeat(5,minmax(0,1fr)) !important;
}
.cols-6 {
grid-template-columns: repeat(6,minmax(0,1fr)) !important;
}
.col-span-2 {
grid-column: span 2/span 2;
}
@ -886,6 +889,13 @@ body:not(.home) .h2wrap > h2 a::after {
.footer-wrap {
font-size: 0.75rem;
}
table td, table th {
display: block;
text-align: left !important;
}
table td + td, table th + th {
padding-top: 0 !important;
}
}
@media (min-width: 768px) {