[fix] css : horizontally center page

This commit is contained in:
alban 2021-02-24 19:44:56 +00:00
parent 83181a8ea0
commit 928f6d8d26
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}