From 68c602c160b8357cf71cdccb7c678ba437a9ad78 Mon Sep 17 00:00:00 2001 From: Jake Tufts <137207796+JT-39@users.noreply.github.com> Date: Fri, 13 Dec 2024 17:07:40 +0000 Subject: [PATCH] Added better margin spacing around go to top link --- ui.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.R b/ui.R index 393001a..374b879 100644 --- a/ui.R +++ b/ui.R @@ -138,7 +138,7 @@ ui <- function(input, output, session) { ) ), tags$div( - style = "text-align: center; margin-bottom: 50px;", + style = "text-align: center; margin-top: 50px; margin-bottom: 15px;", tags$a(href = "#top", "Go to the top of the page") ) ),