Files
button/ui/static/ui/button.css
2020-04-25 15:14:01 -04:00

17 lines
267 B
CSS

html, body {
height: 100%;
width: 100%;
touch-action: manipulation;
}
.section, .container {
height: 100%;
}
.container {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
text-align: center;
}