Commit e96d8000 authored by John Punzalan's avatar John Punzalan

add FR

parent 359c4e2f
......@@ -356,3 +356,6 @@ a {
a:hover {
color: #949494;
}
.info-block {
font-size: 14px;
}
......@@ -164,3 +164,7 @@ a {
color: #949494;
}
}
.info-block {
font-size: 14px;
}
\ No newline at end of file
......@@ -15,7 +15,7 @@
<div class="span6 full cover-bg" style="background-image: url(<?= esc_url(the_post_thumbnail_url('full')); ?>); height: calc(100vh);"></div>
<div class="span6 full full-screen-height exposition-block">
<?= get_template_part('template', 'menu'); ?>
<div class="vertical-center">
<div class="vertical-center info-block">
<?= the_content() ?>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment