Ticket-Server/static/css/style.css

29 lines
422 B
CSS

body {
font-family: 'Roboto', sans-serif;
background-color: dimgrey;
}
#centerdiv {
padding: 10px 10px 10px 10px;
margin: 5px auto;
width: 600px;
text-align: center;
background-color: white;
border-radius: 10px;
}
#centerdiv #derk {
margin: 0 auto;
width: 300px;
text-align: left;
}
.drawingBuffer {
display: none;
}
#mobileCanvas {
padding: 10px 10px 10px 10px;
}