mirror of
https://github.com/adoyle0/thaw.git
synced 2025-03-13 22:19:49 -04:00
19 lines
412 B
CSS
19 lines
412 B
CSS
body {
|
|
margin: 0;
|
|
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";
|
|
}
|
|
|
|
.components-page-box {
|
|
display: flex;
|
|
}
|
|
|
|
.components-page-box aside {
|
|
width: 260px;
|
|
}
|
|
|
|
.components-page-box main {
|
|
flex: 1;
|
|
}
|