thaw/gh-pages/src/assets/css/index.css

20 lines
412 B
CSS
Raw Normal View History

2023-06-13 12:43:15 +08:00
body {
margin: 0;
2023-10-05 12:23:15 +08:00
font-family: Inter, ui-sans-serif, system-ui, -apple-system,
BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol,
"Noto Color Emoji";
2023-06-13 12:43:15 +08:00
}
.components-page-box {
display: flex;
}
.components-page-box aside {
width: 260px;
}
.components-page-box main {
flex: 1;
2023-10-05 12:23:15 +08:00
}