Weboard / static /style.css
Sergidev's picture
Update static/style.css
6ff2882 verified
raw
history blame
316 Bytes
body {
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
height: 100vh;
}
#whiteboard {
flex-grow: 1;
}
#toolbar {
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
background-color: #A6B2FF;
}
#toolbar > * {
margin: 0 10px;
}