From e617cef103373a5257c3ec7fd06cae627580791e Mon Sep 17 00:00:00 2001 From: andis Date: Fri, 29 Jan 2021 19:35:47 +0000 Subject: [PATCH] fetcss fix --- fet2020/static/fet.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/fet2020/static/fet.css b/fet2020/static/fet.css index 5376ed1f..a19eefb6 100644 --- a/fet2020/static/fet.css +++ b/fet2020/static/fet.css @@ -16,3 +16,12 @@ div.footer { .footer a i { font-size:30px; } +a.thumbnail { + width: 150px; + height: 150px; +} +a.thumbnail img { + width: 150px; + height: 150px; + +}