forked from platypush/platypush
9 lines
124 B
CSS
9 lines
124 B
CSS
#tts-container {
|
|
max-width: 60em;
|
|
margin: 3em auto;
|
|
}
|
|
|
|
#tts-form input[type=text] {
|
|
width: 100%;
|
|
}
|
|
|