blob: 7cbc6d791a9641c17c0326a0bf36786e97326c29 [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;
}
.error_message {
color: red;
}
button {
touch-action: manipulation;
}