From 0f767978452ca1b06c0076017ac857c54364dfad Mon Sep 17 00:00:00 2001 From: Divlo Date: Sun, 18 Aug 2019 23:48:24 +0200 Subject: [PATCH] Hotfix navbar + h1 --- 404.php | 2 +- css/style.css | 10 ++++++---- incl/header.php | 2 +- index.php | 2 +- views/error404.php | 2 +- views/function-list.php | 3 +-- views/function-views/calculateAge.php | 2 +- views/function-views/convertDistance.php | 2 +- views/function-views/convertTemperature.php | 2 +- views/function-views/randomNumber.php | 2 +- views/function-views/weatherRequest.php | 2 +- 11 files changed, 16 insertions(+), 15 deletions(-) diff --git a/404.php b/404.php index 6e465ea..a53a6bf 100644 --- a/404.php +++ b/404.php @@ -9,7 +9,7 @@
-

Erreur 404

+

Erreur 404

Cette page n'existe pas! Revenir Ă  la page d'accueil ?

diff --git a/css/style.css b/css/style.css index 1c293d7..68836b2 100644 --- a/css/style.css +++ b/css/style.css @@ -29,6 +29,9 @@ a, a:hover { } h1 { font-family: 'Roboto', 'sans-serif'; + margin: auto; + text-align: center; + padding-bottom: 0.6em; } p { font-size: 18px; @@ -45,15 +48,14 @@ header { .navbar { border-bottom: var(--border-header-footer); } +.nav-link { + text-align: center !important; +} /* CONTENT */ .container { padding-bottom: 25px; } -.function-list-title { - margin: auto; - padding-bottom: 45px; -} .table { color: white; } diff --git a/incl/header.php b/incl/header.php index c81accb..83f47f4 100644 --- a/incl/header.php +++ b/incl/header.php @@ -49,7 +49,7 @@