From 5cd5242b9a7d852146e85face01b7ffbf738d764 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 10 Mar 2023 21:08:40 +0800 Subject: [PATCH] Just sticky to 3 / 1 ratio as advised by Mastodon --- src/components/account.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/account.css b/src/components/account.css index aa81192c..f16dc935 100644 --- a/src/components/account.css +++ b/src/components/account.css @@ -39,11 +39,6 @@ aspect-ratio: 3 / 1; } } -@media (min-height: 720px) { - #account-container .header-banner { - aspect-ratio: 16 / 9; - } -} #account-container header { position: relative;