diff --git a/html/index.html b/html/index.html index df5a374..7b7a3f1 100644 --- a/html/index.html +++ b/html/index.html @@ -12,7 +12,11 @@

Welcome to DataDash

The place to launch and discover datasets and API endpoints.

- +
+ +

Recently added:

- +
\ No newline at end of file diff --git a/html/main.css b/html/main.css index 03cf4e5..2efda1f 100644 --- a/html/main.css +++ b/html/main.css @@ -38,7 +38,7 @@ header { } } -.dataset { +.dataset, #functionBar { padding: 1rem 2rem; background-color: var(--fg-color, darkgrey); border-radius: 1rem;