Skip to content

Commit

Permalink
Added better margin spacing around go to top link
Browse files Browse the repository at this point in the history
  • Loading branch information
JT-39 authored Dec 13, 2024
1 parent 69f3e41 commit 68c602c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")
)
),
Expand Down

0 comments on commit 68c602c

Please sign in to comment.