Spaces:
Runtime error
Runtime error
File size: 635 Bytes
ad7bc89 |
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 |
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css');
/* the outermost contrained of the app */
.main{
display: flex;
justify-content: center;
align-items: center;
/* width: 1000px; */
}
#column_process{
display: flex;
/* justify-content: center; */
/* align-items: center; */
height: 512px;
margin-top: 250px;
}
#map{
display: flex;
justify-content: center; /* Center horizontally */
align-items: center; /* Center vertically */
height: 512px;
width: 512px;
}
#run-button{
display: flex;
height: 512px;
margin-top: 250px;
} |