Spaces:
Runtime error
Runtime error
File size: 513 Bytes
3c4eaa2 2354839 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
#model-3d-out {
height: 400px;
}
#plot-out {
height: 450px;
}
#duplicate-button {
margin-left: auto;
color: #fff;
background: #1565c0;
}
.footer {
margin-bottom: 45px;
margin-top: 10px;
text-align: center;
border-bottom: 1px solid #e5e5e5;
}
.footer>p {
font-size: .8rem;
display: inline-block;
padding: 0 10px;
transform: translateY(15px);
background: white;
}
.dark .footer {
border-color: #303030;
}
.dark .footer>p {
background: #0b0f19;
} |