From cc0653d78c7047daeb7d62062748e889ca498a32 Mon Sep 17 00:00:00 2001 From: J-Klinke Date: Fri, 14 Jun 2024 12:48:06 +0200 Subject: [PATCH] added div --- html/index.html | 8 ++++++-- html/main.css | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) 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;