surfer/template/src/customui.optional/css/browser.css
2021-09-24 15:28:01 +10:00

14 lines
214 B
CSS

body {
background-color: #333333;
color: white;
font-family: sans-serif;
height: 100vh;
margin: 0;
}
#grid {
display: grid;
grid-template-columns: 1fr 1fr;
height: 100%;
align-content: center;
}