18 lines
163 B
CSS
18 lines
163 B
CSS
|
article{
|
||
|
background: #fff;
|
||
|
}
|
||
|
|
||
|
#extractions{
|
||
|
height: 500px;
|
||
|
background: #fff;
|
||
|
}
|
||
|
|
||
|
#test{
|
||
|
height: 500px;
|
||
|
}
|
||
|
|
||
|
#capacity,
|
||
|
#leaflet{
|
||
|
height: 600px;
|
||
|
}
|