From 165bdf98c7400b0c87e1dba98597cea7d9e1898d Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 14 Jun 2022 10:53:47 +0700 Subject: [PATCH] add tiles --- tubearchivist/web/static/style.css | 7 +++++++ tubearchivist/web/templates/home.html | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/tubearchivist/web/static/style.css b/tubearchivist/web/static/style.css index 83d090b..32702b4 100644 --- a/tubearchivist/web/static/style.css +++ b/tubearchivist/web/static/style.css @@ -85,6 +85,13 @@ span { padding: 5px 20px; width: 60px; } +.tiles { + display: flex; + justify-content: center; +} +.tiles img { + padding: 10px; +} .block-2 { display: grid; grid-template-columns: 1fr 1fr; diff --git a/tubearchivist/web/templates/home.html b/tubearchivist/web/templates/home.html index fa13c64..bd2b535 100644 --- a/tubearchivist/web/templates/home.html +++ b/tubearchivist/web/templates/home.html @@ -48,6 +48,10 @@ +
+ tubearchivist-github-star + tubearchivist-docker +
play