Add description text and page header to publi views

This commit is contained in:
Théophile Bastian 2017-09-23 19:07:13 +02:00
parent 3fbd7b5859
commit 5fccab444e
5 changed files with 56 additions and 4 deletions

View file

@ -112,3 +112,12 @@ body {
.main .page-header {
margin-top: 0;
}
.page-title {
text-align: center;
margin-bottom: 20px;
}
.intro-text {
margin-bottom: 20px;
}