重置所有标题元素的margin和padding。

This commit is contained in:
徐涛 2024-12-27 13:16:56 +08:00
parent d458ac3cb6
commit 58abc57d40

View File

@ -50,6 +50,11 @@
background-color: var(--color-bg);
}
:where(h1, h2, h3, h4, h5, h6) {
margin: 0;
padding: 0;
}
#root {
width: 100%;
height: 100%;