From 6b960decc9b0e3dd7bfbc5c5b9fa10940b379d4b Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Tue, 10 Dec 2024 02:52:41 +0100 Subject: [PATCH] rotate flags now they're svg --- style/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style/base.css b/style/base.css index ab1ddb2..a713965 100644 --- a/style/base.css +++ b/style/base.css @@ -252,6 +252,7 @@ strong { font-weight: 700; } #flags img { height: 2em; border: 2px solid hsl(var(--hue) 30% 5% / 60%); + rotate: 8deg; }