This commit is contained in:
toom1996
2025-07-29 11:31:11 +08:00
parent 5c06985647
commit 66b8fe65c0
7 changed files with 25 additions and 80 deletions

View File

@ -342,23 +342,7 @@ hr {
clip: rect(0, 0, 0, 0);
border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1 small,
h2 small,
h3 small,

View File

@ -27,6 +27,11 @@ main {
main {
padding: 1rem;
}
.footer-container {
display: flex;
flex-direction: column;
}
}
html, body{