From ac9c07cb4a4e484b71deb92921aec57bbfc4e1c1 Mon Sep 17 00:00:00 2001 From: Outsider Date: Tue, 30 Nov 2021 23:51:32 +0900 Subject: [PATCH] doc: fix to show sponsors in narrow view Signed-off-by: Outsider --- docs/css/style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/css/style.css b/docs/css/style.css index 148c48c4ec..b1149356cf 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -246,6 +246,8 @@ img.screenshot { display: flex; justify-content: center; align-items: center; + padding: 0 40px; + text-decoration: none; } .sponsorship a img { @@ -262,9 +264,11 @@ img.screenshot { align-items: center; } -.sponsorship a { - padding: 0 40px; - text-decoration: none; + +@media all and (max-width: 700px) { + .sponsorship a { + padding: 0 20px; + } } footer {