blob: 76a3c2986d411f0cb8f497df433bec2c7ccee41b [file] [log] [blame]
* {
padding: 10px;
}
.center-column {
display: flex;
align-items: stretch;
flex-direction: column;
text-align: center;
}
.buttons {
display: flex;
justify-content: space-between;
}
textarea {
width: 300px;
height: 150px;
}
button {
touch-action: manipulation;
}