From 618c1f6bd2fe363940c5f358701f5714ba4af7e0 Mon Sep 17 00:00:00 2001 From: viehlieb Date: Mon, 7 Mar 2022 22:56:23 +0100 Subject: [PATCH] circles aremore beatiful than ellipses --- css/dashboard.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/css/dashboard.css b/css/dashboard.css index bb77969..a61b3b2 100644 --- a/css/dashboard.css +++ b/css/dashboard.css @@ -6,8 +6,9 @@ border: none; color: none; text-align: center; - width: 250px; - height: 250px; + margin: 2px; + width: 200px; + height: 200px; border-radius: 100px; } .lit-button#dashboard-authentik-button:hover{ @@ -22,8 +23,9 @@ border: none; color: none; text-align: center; - width: 250px; - height: 250px; + margin: 2px; + width: 200px; + height: 200px; border-radius: 100px; } .lit-button#dashboard-nextcloud-button:hover{ @@ -37,8 +39,9 @@ border: none; color: none; text-align: center; - width: 250px; - height: 250px; + margin: 2px; + width: 200px; + height: 200px; border-radius: 100px; } .lit-button#dashboard-wekan-button:hover{