From 40fcffed289a8a6261b794962c8e2eb592eca213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Thu, 1 Nov 2018 00:00:25 +0100 Subject: [PATCH] custom.css: make donation block larger on small screens --- www/static/css/custom.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www/static/css/custom.css b/www/static/css/custom.css index b59d8d9..f3d1e31 100644 --- a/www/static/css/custom.css +++ b/www/static/css/custom.css @@ -141,6 +141,12 @@ padding: 0 15px; margin :auto ; } +@media only screen and (max-width: 768px) { + #donation { + width: 80%; + } +} + #donation .btn em { font-style:normal; } -- GitLab