diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-02-28 15:25:30 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-02-28 15:25:30 +0100 |
commit | b0fceb265547731e40c924c3a14ef964f9d13043 (patch) | |
tree | 944f70d868c3fbe73154b333dc4e5f8b30ee4617 | |
parent | d8f1de97dedcd2fb39ef041d7aa86e2d3892f79e (diff) | |
download | infrastructure-b0fceb265547731e40c924c3a14ef964f9d13043.tar.gz infrastructure-b0fceb265547731e40c924c3a14ef964f9d13043.zip |
[landing] better header size
-rw-r--r-- | docker/landing/html/landing/prototype.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/landing/html/landing/prototype.html b/docker/landing/html/landing/prototype.html index ed9e709..6af6733 100644 --- a/docker/landing/html/landing/prototype.html +++ b/docker/landing/html/landing/prototype.html @@ -17,7 +17,7 @@ header { background-color: #519c60; color: #ffffff; - padding: 50px 0px 1px 0px; + padding: 30px 0px 1px 0px; } h1 { |