From 5a3be4190688bc8240327930b3e953b09ecc9d9e Mon Sep 17 00:00:00 2001 From: gebele Date: Tue, 28 May 2019 14:25:52 +0000 Subject: before clean up --- views/style.scss | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'views/style.scss') diff --git a/views/style.scss b/views/style.scss index 5d47872..01b5147 100644 --- a/views/style.scss +++ b/views/style.scss @@ -72,3 +72,24 @@ ul.share-buttons{ table-layout: fixed; width: 100%; } +.help table, .help th, .help td { + background-color: white; + border: 1px solid black; + border-bottom: none; + width: 100%; +} +.help th, .help td { + padding: 10px; + text-align: left; +} +/*img.supporters { + width: 150px; + height: 150px; +}*/ +supporters{ + background-color: #fff; + img{ + width: 200px; + margin: 1em; + } +} -- cgit v1.2.3