From bef7d0ebb3f3cd77681c965107e7eab2b93be548 Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 8 May 2019 19:14:18 +0200 Subject: [PATCH] smaller width of the texts --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 20a453f..ad463a9 100644 --- a/styles.css +++ b/styles.css @@ -9,7 +9,7 @@ body{ background-color: rgb(255, 250, 250); } #welcome{ - max-width: 80%; + max-width: 600px; margin:1em 0; } table{ @@ -25,6 +25,6 @@ hr{ margin:2em 0 1em; } #footer{ - max-width: 80%; + max-width: 600px; } .info{font-size: smaller;} \ No newline at end of file