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