This commit is contained in:
krahets
2023-12-05 16:21:05 +08:00
parent 63a82ce0c5
commit ac51ae5b12
2 changed files with 80 additions and 57 deletions
+10
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 */
}