File tree 3 files changed +14
-1
lines changed
3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -2055,4 +2055,13 @@ article chapitre: body: hauteur libre
2055
2055
max-width : 100% ;
2056
2056
height : auto;
2057
2057
}
2058
-
2058
+ /* Description de la section */
2059
+ .description {
2060
+ font-size : 18px ;
2061
+ opacity : 1 !important ;
2062
+ color : # fff !important ;
2063
+ margin : 0 ;
2064
+ font-weight : 400 ;
2065
+ animation : faderightTitle 1.5s ;
2066
+ text-align : center;
2067
+ }
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ regions:
15
15
# search: 'Header search'
16
16
# search_top_menu: 'Search Top Menu'
17
17
header : ' Header'
18
+ description : ' Description'
18
19
# top_menu: 'Top menu'
19
20
# main_menu: 'Main menu'
20
21
# bottom_menu: 'Bottom menu'
Original file line number Diff line number Diff line change 28
28
{% if sub_title %}
29
29
<p class =" subtitle" >{{ sub_title | raw }}</p >
30
30
{% endif %}
31
+ <div class =" description" >
32
+ {{ page .description }}
33
+ </div >
31
34
</div >
32
35
</div >
33
36
</div >
You can’t perform that action at this time.
0 commit comments