From 50638a8ce9a07cf61c53eb046b820ed1cb3609d1 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Tue, 30 Jan 2024 19:56:05 +0100 Subject: [PATCH] Fix mobile icon for Gitpot --- src/styles/mobile/projects.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/mobile/projects.scss b/src/styles/mobile/projects.scss index 1bbc22a..c92c460 100644 --- a/src/styles/mobile/projects.scss +++ b/src/styles/mobile/projects.scss @@ -33,6 +33,10 @@ .next { background-size: 2em; } + + .gitpot { + background: url('/assets/icons/gitpot.svg') no-repeat center / 3.5em, radial-gradient(103.52% 103.52% at 34.04% 26.17%, #fa7042 24.28%, #d23652 120%) no-repeat center; + } } } } \ No newline at end of file