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 {