Deploying to gh-pages from @ dolanmiu/docx@91379070d3 🚀

This commit is contained in:
dolanmiu
2023-06-12 19:08:34 +00:00
parent 284b5c4c1f
commit 40f73e0ad8
371 changed files with 4520 additions and 2092 deletions

File diff suppressed because one or more lines are too long

View File

@ -483,10 +483,9 @@ blockquote {
.has-menu .col-menu {
visibility: visible;
transform: translate(0, 0);
display: grid;
align-items: center;
grid-template-rows: auto 1fr;
grid-gap: 1.5rem;
display: flex;
flex-direction: column;
gap: 1.5rem;
max-height: 100vh;
padding: 1rem 2rem;
}
@ -911,7 +910,7 @@ a.tsd-index-link {
margin-right: 0.8rem;
}
@media (min-width: 1024px) {
@media (min-width: 1025px) {
.col-content {
margin: 2rem auto;
}