[enh] allow to add text
This commit is contained in:
parent
d2c9445dc7
commit
776674cb3e
@ -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;
|
||||||
|
3
templates/sections/text.html
Normal file
3
templates/sections/text.html
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<section class="text">
|
||||||
|
{{ section.text }}
|
||||||
|
</section>
|
Loading…
x
Reference in New Issue
Block a user