feat: add nginx.md cheatsheet.

This commit is contained in:
jaywcjlove
2022-10-08 03:18:36 +08:00
parent f1d7c9e585
commit c221cd1ac3
5 changed files with 824 additions and 20 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) {