diff --git a/manager/templates/base.html b/manager/templates/base.html index 69ef5a2..997b3ef 100644 --- a/manager/templates/base.html +++ b/manager/templates/base.html @@ -303,8 +303,6 @@ © Bournemouth Technology Ltd · built on © SimpleX Network - · - Get SimpleX App diff --git a/manager/templates/home.html b/manager/templates/home.html index 1edd2b1..eff1b12 100644 --- a/manager/templates/home.html +++ b/manager/templates/home.html @@ -8,6 +8,7 @@ .home-head p { color: var(--muted); font-size: 14px; } .tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; } + .tiles + .tiles { margin-top: 32px; } /* vertical buffer between areas */ .tile { display: flex; flex-direction: column; gap: 8px; background: var(--card); border: 1px solid var(--border); border-radius: 12px; @@ -28,6 +29,7 @@