diff --git a/html/editpage.php b/html/editpage.php index 38d74faf..d385e4f3 100644 --- a/html/editpage.php +++ b/html/editpage.php @@ -94,7 +94,7 @@ if(isset($fichier)) { foreach($pages as $page) { if($page != "." && $page != "..") { if (is_file($repertoire . "content/" . $page)) { - echo "

" . pathinfo($page, PATHINFO_FILENAME) . "

"; + echo "
" . pathinfo($page, PATHINFO_FILENAME) . "
"; } } } diff --git a/html/src/css/style.css b/html/src/css/style.css index 9877de21..fe8ee595 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -116,7 +116,7 @@ a { } .article-content { - padding: 1em; + padding: 2em; } @media(max-width: 750px) {