1
0
Fork 0
upl/web/src/main.css

39 lines
481 B
CSS

*, *:before, *:after {
box-sizing: border-box;
}
html {
height: 100%;
}
html, input {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
body {
height: 100%;
margin: 0;
}
.upload-wrapper {
max-width: 48rem;
width: 100%;
margin: 0 auto;
}
.upload {
padding: 2rem;
}
#log-header {
margin-top: 2rem;
display: flex;
}
#log-header h4 {
flex: 1;
margin: 0.5rem 0;
}