adding styling and other things basic like constants for electron

This commit is contained in:
talksik
2022-05-27 20:30:43 -05:00
parent 64486bc1ca
commit 7e40949fc8
7 changed files with 130 additions and 12 deletions
+13 -5
View File
@@ -1,7 +1,15 @@
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica,
Arial, sans-serif;
margin: auto;
max-width: 38rem;
padding: 2rem;
display: flex;
flex-direction: column;
flex: 1;
background: #00000000;
}
#root {
height: inherit;
width: inherit;
display: flex;
padding: 0 !important;
font-family: 'IBM Plex Sans', sans-serif;
}