From 310244b5e6882a8dc30196526dc87506ec16031a Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Thu, 28 Mar 2019 20:58:56 +0100 Subject: Minor changes to CSS. --- css/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index ee33744..222f94c 100644 --- a/css/style.css +++ b/css/style.css @@ -8,25 +8,25 @@ body { header { float: left; - padding: 2% 0% 0% 6%; + padding: 1% 0% 0% 6%; } h1 { color: white; font-family: serif; - font-size: 2.3em; + font-size: 1.8em; font-weight: bold; font-variant: small-caps; text-shadow: 1px 1px darkblue; background-color: rgba(60,0,120,0.6); border-radius: 20px; - padding: 5px 20px 8px; + padding: 4px 20px 8px; } .searches { text-align: center; float: right; - padding: 8% 10% 0% 0%; + padding: 2% 10% 0% 0%; } .psb { @@ -44,7 +44,7 @@ h1 { .searches input[type=button] { text-decoration: none; font-family: serif; - font-size: 1em; + font-size: 0.9em; color: white; background: none; border: none; @@ -61,7 +61,7 @@ input[type=button]:focus { .searches input[type=text] { padding: 2px 5px ; font-family: serif; - font-size: 0.8em; + font-size: 0.6em; text-align: center; caret-color: rgba(0,0,0,0.2); border-radius: 5px; -- cgit v1.2.1