Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
guru
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
guru
Commits
b7562663
Unverified
Commit
b7562663
authored
Dec 29, 2018
by
Clint.Network
Committed by
GitHub
Dec 29, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13 from clintnetwork/fix-lottery-responsive
Fixed lottery responsive
parents
9677f547
d24095f8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
Lottery.cshtml
Stratis.Guru/Views/Home/Lottery.cshtml
+1
-1
default.css
Stratis.Guru/wwwroot/css/default.css
+6
-0
default.min.css
Stratis.Guru/wwwroot/css/default.min.css
+1
-1
No files found.
Stratis.Guru/Views/Home/Lottery.cshtml
View file @
b7562663
...
...
@@ -147,7 +147,7 @@
<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="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>
</h1>
...
...
Stratis.Guru/wwwroot/css/default.css
View file @
b7562663
...
...
@@ -371,6 +371,12 @@ global styles
.mobile-bottom-fix
{
margin-bottom
:
60px
;
}
#countdown
{
font-size
:
1.7rem
;
}
[
data-target
=
"#participate-modal"
]
{
margin-bottom
:
10px
;
}
}
/*
...
...
Stratis.Guru/wwwroot/css/default.min.css
View file @
b7562663
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment