diff --git a/html/compte.php b/html/compte.php index e0c3b3a5..50836ec5 100644 --- a/html/compte.php +++ b/html/compte.php @@ -62,7 +62,7 @@ if(isset($_POST['delete_account'])) { foreach($_SESSION as $name => $value) { echo "
" . $name . " : " . $value . "
";} ?> -
+
diff --git a/html/src/css/style.css b/html/src/css/style.css index ca949f77..7cdf78a1 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -43,7 +43,7 @@ input, textarea { padding: 0.4em 1em; border: 1px solid var(--dark-background); margin: 15px 0; - font-size: 1.5em; + font-size: 1.2em; } input[type='submit'], button {