diff options
author | j-james | 2021-02-18 00:36:37 +0000 |
---|---|---|
committer | j-james | 2021-02-18 00:36:37 +0000 |
commit | 9993216c4e35708d52ba1fc261cbc8b634f9c354 (patch) | |
tree | 29d9bccfd1e0f3c98e867a730c4e4310fcca49cc /css | |
parent | 1f45635f59c614ad835e6917ef6047339d9dad05 (diff) |
Make the website resize responsively
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css index 290d385..284a616 100644 --- a/css/style.css +++ b/css/style.css @@ -3,7 +3,7 @@ body { font-size: 20px; background-color: #FFF; color: #333; - width: 40em; + max-width: 40em; margin: 0 auto; padding: 0 1em; } |