From 82b18c86a878a3c0506d42ef0e2c0c4228a1cdc7 Mon Sep 17 00:00:00 2001 From: bootleglibrary Date: Sat, 20 Jun 2020 17:14:42 +0200 Subject: [PATCH] added tasks --- tasks/tasks.css | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/tasks/tasks.css b/tasks/tasks.css index 7995e78..7590202 100644 --- a/tasks/tasks.css +++ b/tasks/tasks.css @@ -104,14 +104,6 @@ a:hover { margin-top: 400px; } -.reverse { - width: 210px; - height: 148px; - margin-left: 6px; - margin-top: 400px; - border: solid 1px blue; -} - div.container-fluid { max-width: 100%; } @@ -128,6 +120,11 @@ div.container-fluid { /* main card image div class */ .thumbinner { + border: 1px dotted blue; + width: 100%; + padding: 6px; + font-family: sans-serif; + font-size: 0.9em; } .thumbimage {