From 31cbcf51568ffe19fc10a2ed00070757f38f1a29 Mon Sep 17 00:00:00 2001 From: xemeds Date: Tue, 11 Aug 2020 19:11:49 +0300 Subject: [PATCH] Fixed the responsiveness of the donation page --- tiny0/static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tiny0/static/style.css b/tiny0/static/style.css index 3de46b0..a62585b 100644 --- a/tiny0/static/style.css +++ b/tiny0/static/style.css @@ -107,6 +107,7 @@ body { position: absolute; left: 0; right: 0; + z-index: 100; color: #ffffff; list-style: none; text-align: center; @@ -122,6 +123,7 @@ body { } .donation img { + width: 30vh; padding: 1vh; background-color: #ffffff; }