From 2df713ca0c9e171c7f127d37a9b19d6f340f248d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Sat, 25 Apr 2015 18:38:58 +0200 Subject: [PATCH] Make it clearer the project is open-source --- front/src/css/index.css | 8 +++++++- front/src/less/index.less | 9 ++++++++- front/src/views/index.html | 3 ++- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/front/src/css/index.css b/front/src/css/index.css index f94ce7c..e091604 100644 --- a/front/src/css/index.css +++ b/front/src/css/index.css @@ -1,8 +1,14 @@ .promess { - padding: 0em 2em 3em; + padding: 0em 2em; + margin-bottom: 0.5em; font-weight: normal; font-size: 1.2em; } +.price { + padding: 0em 2em 3em; + margin-top: 0em; + font-size: 0.9em; +} .url { width: 50%; } diff --git a/front/src/less/index.less b/front/src/less/index.less index 3092c69..5c4ae7d 100644 --- a/front/src/less/index.less +++ b/front/src/less/index.less @@ -1,9 +1,16 @@ .promess { - padding: 0em 2em 3em; + padding: 0em 2em; + margin-bottom: 0.5em; font-weight: normal; font-size: 1.2em; } +.price { + padding: 0em 2em 3em; + margin-top: 0em; + font-size: 0.9em; +} + .url { width: 50%; } diff --git a/front/src/views/index.html b/front/src/views/index.html index d1518b7..0a3e488 100644 --- a/front/src/views/index.html +++ b/front/src/views/index.html @@ -1,4 +1,5 @@ -

Free online test to help speeding up heavy web pages

+

Online test to help speeding up heavy web pages

+

Free and open source!