Aligns com_tabs & content_box

Lack of site header caused offset
This commit is contained in:
picoAMPERE 2018-05-10 01:38:18 +02:00 committed by GitHub
parent 91a74a5fa6
commit cbfc27c312
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,6 @@
.content_box {
position: relative;
}
.content_box h1 {
text-align: center;
}