diff --git a/404.php b/404.php index 6e465ea..a53a6bf 100644 --- a/404.php +++ b/404.php @@ -9,7 +9,7 @@
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 @@