add: elo data model and static rankings page
All checks were successful
Deploy on push / deploy (push) Has been skipped
All checks were successful
Deploy on push / deploy (push) Has been skipped
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
width: 100px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#giftwo {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
@@ -11,3 +12,24 @@
|
||||
width: 100px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.page-links {
|
||||
font-size: 0.8rem;
|
||||
letter-spacing: 0.1em;
|
||||
margin-top: 1rem;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.page-links a {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.page-links a[aria-current="page"] {
|
||||
color: #00d3b7;
|
||||
}
|
||||
|
||||
.page-links__separator {
|
||||
color: #d0d0d0;
|
||||
display: inline-block;
|
||||
margin: 0 0.5rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user