33 lines
435 B
CSS
Raw Normal View History

/* Overwrite some styles */
div#footer {
width: 100%;
padding: 20px 30px;
height: 80px;
position: absolute;
bottom: 0;
background-color: #ffa800;
}
2021-12-25 11:40:44 -08:00
div#footer-desc {
float: left;
2021-12-25 11:40:44 -08:00
height: 100px;
padding: 0px 10px;
}
div#footer-logo {
float: left;
height: 100px;
}
#floating-panel {
bottom: 80px;
2022-02-07 19:25:12 -08:00
align-items: stretch;
2022-01-10 21:18:45 -08:00
}
div#mindplot {
top:0;
2022-02-20 21:41:59 -08:00
}
#toolbar {
display: none;
}