From 919cceab16444c8a18e8e378f1fe629684dcded8 Mon Sep 17 00:00:00 2001 From: alvierahman90 Date: Wed, 25 Oct 2017 12:51:18 +0100 Subject: [PATCH] Improve styling of uploadsuccess.html --- css/style.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index 0460fca..60fa03d 100644 --- a/css/style.css +++ b/css/style.css @@ -19,12 +19,6 @@ a { color: #000; } -p -, h1 -, h2{ - font-family: sans-serif; -} - .content { position: absolute; margin: auto; @@ -51,6 +45,7 @@ h3, h4, h6 { color: white; + font-family: rawengulk-sans; } div { @@ -87,3 +82,7 @@ div { font-family: rawengulk-sans; font-size: 1.5em; } + +#downloadLink { + font-size: 2em; +}