[fix] css : horizontally center page
This commit is contained in:
parent
83181a8ea0
commit
928f6d8d26
@ -56,3 +56,8 @@ footer p{
|
|||||||
}
|
}
|
||||||
|
|
||||||
hr {height: 40px; background: url('../images/separation.png') no-repeat 50% 50%; margin: 3em 0; border: 0;}
|
hr {height: 40px; background: url('../images/separation.png') no-repeat 50% 50%; margin: 3em 0; border: 0;}
|
||||||
|
|
||||||
|
.page {
|
||||||
|
margin: auto;
|
||||||
|
max-width: 960px;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user