Improve styling of uploadsuccess.html

This commit is contained in:
alvierahman90 2017-10-25 12:51:18 +01:00
parent 12c2dfb4be
commit 919cceab16

View File

@ -19,12 +19,6 @@ a {
color: #000; color: #000;
} }
p
, h1
, h2{
font-family: sans-serif;
}
.content { .content {
position: absolute; position: absolute;
margin: auto; margin: auto;
@ -51,6 +45,7 @@ h3,
h4, h4,
h6 { h6 {
color: white; color: white;
font-family: rawengulk-sans;
} }
div { div {
@ -87,3 +82,7 @@ div {
font-family: rawengulk-sans; font-family: rawengulk-sans;
font-size: 1.5em; font-size: 1.5em;
} }
#downloadLink {
font-size: 2em;
}