aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2019-03-28 20:58:56 +0100
committerInigoGutierrez <inigogf.95@gmail.com>2019-03-28 20:58:56 +0100
commit310244b5e6882a8dc30196526dc87506ec16031a (patch)
treedc703d30d6b611d917872af2824ec175289d31ba
parent991054675e7a1b2f1525e606a489560b64bdbdc5 (diff)
downloadmainpage-310244b5e6882a8dc30196526dc87506ec16031a.tar.gz
mainpage-310244b5e6882a8dc30196526dc87506ec16031a.zip
Minor changes to CSS.
-rw-r--r--css/style.css12
1 files 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;