gorilla-test2 / static /style.css
gmerrill
update
d7cc957
raw
history blame contribute delete
193 Bytes
body {
font-family: sans-serif;
}
section {
flex-direction: column;
font-weight: bold;
}
#text-gen-input {
width: 800px;
height: 200px;
}
.text-gen-output {
font-family: monospace;
}