diff --git a/ui.R b/ui.R index 86305d7..3e3efb8 100644 --- a/ui.R +++ b/ui.R @@ -223,7 +223,10 @@ ui <- function() { ) ), div( - style ="padding: 0 15px; margin-top: 10px;", + style ="padding: 0 15px; margin-top: 0px; overflow: hidden; display: block;", + h5("Statistisch am häufigsten polizeilich registrierte Straftaten", + style = "font-weight: 600; margin-top: 0px; margin-bottom: 25px; letter-spacing: -0.5px;" + ), uiOutput("txt_map_selection_bezirk"), uiOutput("txt_map_selection_stadtteil"), plotlyOutput("grph_top3", width = "484px", height = "667px")