16 lines
206 B
CSS
16 lines
206 B
CSS
/* Navbar überlagert sonst Inhalte */
|
|
body {
|
|
padding-top: 70px;
|
|
}
|
|
|
|
.resizechart {
|
|
position: absolute;
|
|
width: 100%;
|
|
}
|
|
|
|
.resizechart2 {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 400px;
|
|
}
|