From 8a3c4e64361a1b831d0ae9d3d27f9572be896da3 Mon Sep 17 00:00:00 2001 From: Emma Date: Mon, 30 Dec 2024 15:59:39 +0100 Subject: [PATCH] feat: make mobile friendly --- browse/extensions/index.css | 10 ++++++++++ browse/extensions/index.html | 10 +++++----- browse/index.html | 2 +- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/browse/extensions/index.css b/browse/extensions/index.css index 811dcac..a069d20 100644 --- a/browse/extensions/index.css +++ b/browse/extensions/index.css @@ -43,4 +43,14 @@ .extension-card-content { --card-padding-top: 240px; } +} + +.blueprint-promotion { + --width: 75%; + width: var(--width); +} +@media screen and (max-width: 768px) { + .blueprint-promotion { + --width: 100% !important; + } } \ No newline at end of file diff --git a/browse/extensions/index.html b/browse/extensions/index.html index 22542e7..0a0faed 100644 --- a/browse/extensions/index.html +++ b/browse/extensions/index.html @@ -194,10 +194,10 @@