|
@ -242,6 +242,10 @@ nav.nav-button { |
|
|
display: none; |
|
|
display: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
div.dropdown-backdrop { /* tohle způsobuje, že funguje mobilní menu */ |
|
|
|
|
|
z-index: -1; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
h1 a:hover { |
|
|
h1 a:hover { |
|
|
text-decoration: none; |
|
|
text-decoration: none; |
|
|
} |
|
|
} |
|
@ -387,11 +391,16 @@ p.license-mobile { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
div.graf{ |
|
|
div.graf{ |
|
|
|
|
|
width: 70%; |
|
|
float: none; |
|
|
float: none; |
|
|
margin-left: auto; |
|
|
margin-left: auto; |
|
|
margin-right: auto; |
|
|
margin-right: auto; |
|
|
width: 70%; |
|
|
margin-top: 10px; |
|
|
} |
|
|
} |
|
|
|
|
|
#svg-graf{ |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
height: auto;; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
ul.menu { |
|
|
ul.menu { |
|
|
font-size: 90%; |
|
|
font-size: 90%; |
|
@ -575,12 +584,9 @@ ul.submenu { |
|
|
float: none; |
|
|
float: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
div.graf{ |
|
|
div.graf { |
|
|
float: none; |
|
|
width: 100%; |
|
|
width: 70%; |
|
|
} |
|
|
margin-left: auto; |
|
|
|
|
|
margin-right: auto; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|