SanYeCao-blog/src/styles/global.css

21 lines
255 B
CSS
Raw Normal View History

2026-03-24 17:33:01 +00:00
html {
/* background-color: #f1f5f9; */
/* font-family: sans-serif; */
}
body {
margin: 0 auto;
width: 100%;
max-width: 80ch;
padding: 1rem;
line-height: 1.5;
}
* {
box-sizing: border-box;
}
h1 {
margin: 1rem 0;
font-size: 2.5rem;
}