fix css for subtitle

This commit is contained in:
Gaspard Jankowiak 2019-03-23 10:39:24 +01:00
parent 1002a01c9d
commit a190063b83
2 changed files with 3 additions and 3 deletions

View file

@ -63,9 +63,7 @@
{% endif %} {% endif %}
<hr> <hr>
<center>
<div id="page_subtitle">{{ page.subtitle }}</div> <div id="page_subtitle">{{ page.subtitle }}</div>
</center>
<div id="content"> <div id="content">
{{ content }} {{ content }}

View file

@ -108,6 +108,8 @@ ol li:hover { border-right: 3px solid $links; padding-right: 7px; }
.centered_img { display: block; margin: 1em auto; } .centered_img { display: block; margin: 1em auto; }
.center { text-align: center; }
#wrapper { max-width: $in_width; margin: auto; } #wrapper { max-width: $in_width; margin: auto; }
#outter-wrapper { width: 100%; height: auto; min-height: 100%; position: relative; } #outter-wrapper { width: 100%; height: auto; min-height: 100%; position: relative; }
#foot_image { height: 150px; background: linear-gradient(to top, #FFFFFF 0%, #FFFFFF 50%, #EEEEEE 100%); #foot_image { height: 150px; background: linear-gradient(to top, #FFFFFF 0%, #FFFFFF 50%, #EEEEEE 100%);
@ -122,7 +124,7 @@ ol li:hover { border-right: 3px solid $links; padding-right: 7px; }
#info span { display: inline-block; width: 100%; max-width: 618px; vertical-align: middle; } #info span { display: inline-block; width: 100%; max-width: 618px; vertical-align: middle; }
#page_subtitle { font-family: "OpenSansLight",sans; font-size: 2em; margin: 1em; } #page_subtitle { font-family: "OpenSansLight",sans; font-size: 2em; margin: 1em; text-align: center; }
#main_email { padding: 0.5em; } #main_email { padding: 0.5em; }