From 928f6d8d26420945726681eb5f35eaff1139dfae Mon Sep 17 00:00:00 2001 From: alban Date: Wed, 24 Feb 2021 19:44:56 +0000 Subject: [PATCH] [fix] css : horizontally center page --- css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/style.css b/css/style.css index d9d6daa..3d2b9c0 100644 --- a/css/style.css +++ b/css/style.css @@ -56,3 +56,8 @@ footer p{ } hr {height: 40px; background: url('../images/separation.png') no-repeat 50% 50%; margin: 3em 0; border: 0;} + +.page { + margin: auto; + max-width: 960px; +} \ No newline at end of file