aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2018-10-19 00:57:54 +0200
committerJoris2018-10-19 00:57:54 +0200
commit53afd96f1dbcb7b1e8dee9b03050422795097220 (patch)
tree6c41a55c6beb6abd04d78653e0f3a5e414234106
parentc29967f0744bf52d53cf8b952c48d9cfab7bacfc (diff)
downloadelectricite-chisloup-53afd96f1dbcb7b1e8dee9b03050422795097220.tar.gz
electricite-chisloup-53afd96f1dbcb7b1e8dee9b03050422795097220.tar.bz2
electricite-chisloup-53afd96f1dbcb7b1e8dee9b03050422795097220.zip
Modify header padding
-rw-r--r--public/main.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/public/main.css b/public/main.css
index 8810b15..960468d 100644
--- a/public/main.css
+++ b/public/main.css
@@ -45,19 +45,18 @@ header .title :nth-child(2) {
@media only screen and (min-width: 600px) {
header {
font-size: 36px;
- padding: 1em;
+ padding: 0.5em;
margin-bottom: 1.5em;
}
header .icon {
- width: 200px;
- margin-bottom: 1em;
+ width: 150px;
}
}
@media only screen and (max-width: 600px) {
header {
- font-size: 26px;
+ font-size: 24px;
padding: 0.5em;
height: 130px;
}