[enh] allow to add text

This commit is contained in:
Laurent Peuch 2015-12-09 06:52:23 +01:00
parent d2c9445dc7
commit 776674cb3e
2 changed files with 12 additions and 0 deletions

View File

@ -90,6 +90,15 @@ section {
min-width: 15px; min-width: 15px;
} }
.text {
text-align: center;
font-size: 25px;
margin-left: 15%;
margin-right: 15%;
color: #333;
margin-bottom: 3em;
}
footer { footer {
margin-top: 7em; margin-top: 7em;
text-align: center; text-align: center;

View File

@ -0,0 +1,3 @@
<section class="text">
{{ section.text }}
</section>