Compare commits

..

2 Commits

Author SHA1 Message Date
Icedream cb9b5bcc70
Fix wrong alignment of progress label in IE. 2017-08-20 04:26:18 +02:00
Icedream cde1f2bc1a
Fix indenting. 2017-08-20 04:25:59 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -75,12 +75,12 @@ class App extends React.Component {
<div className={style.content}>
<p>
The next VIzon draw is on {nextUpcomingDate.format('dddd')}, {nextUpcomingDate.format('L LT z')}.
The next VIzon draw is on {nextUpcomingDate.format('dddd')}, {nextUpcomingDate.format('L LT z')}.
</p>
<Countdown date={nextUpcomingDate} />
</div>
<div className={style.footer}>
Made by Icedream & MAGIC
Made by Icedream & MAGIC
</div>
</div>
);

View File

@ -11,7 +11,7 @@
position: relative
display: inline-flex
flex-direction: column
justify-content: space-around
justify-content: center
.progressCircleLabel
flex-basis: auto