From 84ce290ccd139118af9b6bb9323a222669ad594e Mon Sep 17 00:00:00 2001 From: simoon Date: Sat, 20 Jun 2020 14:34:25 +0200 Subject: [PATCH] added tasks --- tasks/tasks.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tasks/tasks.css b/tasks/tasks.css index 6bf93f3..7995e78 100644 --- a/tasks/tasks.css +++ b/tasks/tasks.css @@ -131,17 +131,23 @@ div.container-fluid { } .thumbimage { + width: 100%; } .row { display: inline-block; } - h2 { text-align: top; } +.heading { + font-family: serif; + font-size: 1.6em; + margin-left: 18px; +} + iframe { border: 1px solid blue; width: 100%;