From f0fc3977f1178223d45ddeada3b970e26ad69bc2 Mon Sep 17 00:00:00 2001 From: Anika Date: Tue, 9 Apr 2019 20:34:04 +0200 Subject: [PATCH] Created class for image sources --- css/custom.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index 294f924..581f91e 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,3 +1,12 @@ +/* + * Sources Paragraph + * ================= + */ +.source {position:absolute; + bottom:10px; + font-size: 50% !important; +} + /* * Keyboard Shortcut Styling * ========================= @@ -109,4 +118,4 @@ table tr:last-of-type { padding: .5rem 2rem; font-size: 1.5rem !important; background-color: rgba(0, 0, 0, .75); -} \ No newline at end of file +}