From e733b90a16c9368011a08e8df945456a179fa497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bord=C3=A1=C5=A1?= Date: Wed, 31 Jan 2024 14:20:39 +0100 Subject: [PATCH] Fix advertisement taking too much space (https://github.com/modrinth/knossos/issues/1622) --- lib/components/base/Promotion.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/components/base/Promotion.vue b/lib/components/base/Promotion.vue index a0a6e620b..81e1be22a 100644 --- a/lib/components/base/Promotion.vue +++ b/lib/components/base/Promotion.vue @@ -116,6 +116,7 @@ const target = computed(() => (props.external ? '_blank' : '_self')) @media screen and (max-width: 800px) { .GBBNWLJVGRHFLYVGSZKSSKNTHFYXHMBD-2 { margin-bottom: 0.5rem; + margin-right: 0; } .GBBNWLJVGRHFLYVGSZKSSKNTHFYXHMBD-2 a { align-items: flex-start;