From 573f02df52379ca3863eb2ac466a4becaadbc29c Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Sat, 30 Mar 2024 01:42:20 -0500 Subject: [PATCH] Make card image with text better --- static/asahi/index.html | 13 +++++++++---- static/index.html | 16 +++++++++++----- static/root.css | 5 +++++ 3 files changed, 25 insertions(+), 9 deletions(-) diff --git a/static/asahi/index.html b/static/asahi/index.html index 94fa36c..80031f3 100644 --- a/static/asahi/index.html +++ b/static/asahi/index.html @@ -30,10 +30,15 @@

Asahi

- -
-

They/Them

-

Marcy & Violet <3

+
+ +
+
+
+

They/Them

+

Marcy & Violet <3

+
+

diff --git a/static/index.html b/static/index.html index 6bbf570..0889385 100644 --- a/static/index.html +++ b/static/index.html @@ -27,11 +27,17 @@

{Violet}

- -
-

They/Them

-

Developer

-

{DISCORD_STATUS}

+
+ +
+
+
+

They/Them

+

Developer

+

Dating Asahi <3

+

{DISCORD_STATUS}

+
+

diff --git a/static/root.css b/static/root.css index 492cf3d..be036ec 100644 --- a/static/root.css +++ b/static/root.css @@ -40,12 +40,17 @@ .pfp { border-radius: 15px; border: darkgray 4px solid; + float: right; width: 60%; aspect-ratio: 1/1; transform: scale(0.9); border-radius: 50%; } +.CLAlign { + display: inline-block; +} + .activity { border-width: 3px; border-radius: 10px;