Fix front page style
This commit is contained in:
parent
1d7cfbf100
commit
1d83107b3a
|
@ -26,6 +26,7 @@ if ($isBeforeEvent) {
|
||||||
<style>
|
<style>
|
||||||
.countdown {
|
.countdown {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
margin-top: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.countdown > table {
|
.countdown > table {
|
||||||
|
@ -41,7 +42,6 @@ if ($isBeforeEvent) {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<br><br>
|
|
||||||
<div class="countdown">
|
<div class="countdown">
|
||||||
<?php e_('countdown_text_before'); ?>
|
<?php e_('countdown_text_before'); ?>
|
||||||
<table>
|
<table>
|
||||||
|
@ -68,6 +68,7 @@ if ($isAfterEvent) {
|
||||||
<style>
|
<style>
|
||||||
.after_event {
|
.after_event {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
margin-top: 18px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<div class="after_event">
|
<div class="after_event">
|
||||||
|
|
Loading…
Reference in New Issue