platypush/platypush/backend/http/static/css/tts.css
2018-04-16 14:38:13 +02:00

9 lines
124 B
CSS

#tts-container {
max-width: 60em;
margin: 3em auto;
}
#tts-form input[type=text] {
width: 100%;
}