rsnext/examples/layout-component/global.css

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
280 B
CSS
Raw Normal View History

#__next {
display: flex;
flex-direction: column;
min-height: 100vh;
}
body {
margin: 0;
font-size: 24px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}