Commit d24095f8 authored by rigwild's avatar rigwild

Fixed lottery responsive

parent 9677f547
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 align-self-center text-center"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 align-self-center text-center">
<h1 class="m-0">The Next <strong>Stratis.Guru</strong> Lottery Draw in:</h1> <h1 class="m-0">The Next <strong>Stratis.Guru</strong> Lottery Draw in:</h1>
<h1 class="mb-3 align-middle"> <h1 class="mb-3 align-middle">
<span class="align-middle display-1 font-weight-bold" id="amount"> <span class="align-middle display-1 font-weight-bold" id="countdown">
<span id="clock"></span> <span id="clock"></span>
</span> </span>
</h1> </h1>
......
...@@ -371,6 +371,12 @@ global styles ...@@ -371,6 +371,12 @@ global styles
.mobile-bottom-fix { .mobile-bottom-fix {
margin-bottom: 60px; margin-bottom: 60px;
} }
#countdown {
font-size: 1.7rem;
}
[data-target="#participate-modal"] {
margin-bottom: 10px;
}
} }
/* /*
......
This diff is collapsed.
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