From 3103027aa09925f524d41dc4717b601f8012d4c0 Mon Sep 17 00:00:00 2001
From: mattsoh
Date: Mon, 12 May 2025 10:35:09 +0100
Subject: [PATCH] fix
---
src/pages/index.astro | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 21485ec..da24eac 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -284,7 +284,7 @@ import Laptop from "../assets/laptop.png";
}
.gear {
- /* width: 5%; */
+ width: 5%;
max-width: 4rem;
height: auto;
position: absolute;
@@ -297,7 +297,16 @@ import Laptop from "../assets/laptop.png";
-webkit-user-select: none;
-ms-user-select: none;
}
-
+ @media only screen and (max-width: 900px) {
+ .gear {
+ max-width: 2rem;
+ }
+ }
+ .footer {
+ display:flex;
+ justify-content: center;
+ align-items: center;
+ }
.gear:hover{
transform:scale(1.2) rotate(360deg);
}
@@ -458,9 +467,6 @@ import Laptop from "../assets/laptop.png";
-
- Saturday May 24th, Raspberry Pi HQ Cambridge
-
@@ -485,11 +491,9 @@ import Laptop from "../assets/laptop.png";
and then show them to the world in their
global competition, Coolest projects.
-
+
-
-