Compare commits
2 Commits
9350b048ea
...
cb9b5bcc70
Author | SHA1 | Date |
---|---|---|
|
cb9b5bcc70 | |
|
cde1f2bc1a |
|
@ -75,12 +75,12 @@ class App extends React.Component {
|
||||||
|
|
||||||
<div className={style.content}>
|
<div className={style.content}>
|
||||||
<p>
|
<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>
|
</p>
|
||||||
<Countdown date={nextUpcomingDate} />
|
<Countdown date={nextUpcomingDate} />
|
||||||
</div>
|
</div>
|
||||||
<div className={style.footer}>
|
<div className={style.footer}>
|
||||||
Made by Icedream & MAGIC
|
Made by Icedream & MAGIC
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
position: relative
|
position: relative
|
||||||
display: inline-flex
|
display: inline-flex
|
||||||
flex-direction: column
|
flex-direction: column
|
||||||
justify-content: space-around
|
justify-content: center
|
||||||
|
|
||||||
.progressCircleLabel
|
.progressCircleLabel
|
||||||
flex-basis: auto
|
flex-basis: auto
|
||||||
|
|
Loading…
Reference in New Issue