This commit is contained in:
krahets
2023-12-05 16:21:11 +08:00
parent 49b2d9462d
commit 436df99bbb
6 changed files with 183 additions and 151 deletions

View File

@@ -119,3 +119,13 @@ body {
[data-md-color-scheme="slate"] .md-typeset video {
filter: brightness(0.85) invert(0.05);
}
/* landing page */
.responsive-div {
display: flex;
align-items: center;
justify-content: center;
margin-left: auto;
margin-right: auto;
width: 100%; /* Default to full width */
}