mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-17 23:51:30 +03:00
22 lines
366 B
CSS
22 lines
366 B
CSS
body {
|
|
padding-top: 70px;
|
|
}
|
|
|
|
section.container {
|
|
margin-bottom: 20px;
|
|
|
|
/* FIX ANCHORS */
|
|
padding-top:70px;
|
|
margin-top:-70px;
|
|
}
|
|
|
|
.container h2 {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.container .chart {
|
|
height: 200px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.highcharts-container{width:100% !important; height:100% !important;} |