This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
toascii/resources/public/css/screen.css

25 lines
396 B
CSS

html, body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
height: 100%;
}
#logo {
padding-top: 50px;
padding-bottom: 50px;
}
.asciiart {
margin: 0px auto;
width: 340px;
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
white-space: pre;
}
.textOutputContainer {
overflow-x: scroll;
}
.htmlOutputContainer pre {
overflow-x: scroll;
word-wrap: normal;
}