Add pages to subreddits

This commit is contained in:
spikecodes 2020-11-19 13:49:32 -08:00
parent 0054557c86
commit 7a176c6804
8 changed files with 95 additions and 39 deletions

View file

@ -29,6 +29,11 @@ main {
padding: 0px 10px;
}
footer {
display: flex;
justify-content: center;
}
button {
background: none;
border: none;
@ -109,7 +114,7 @@ span {
padding: 0px 10px;
}
#sort > div {
#sort > div, footer > a {
background: #151515;
color: lightgrey;
border-radius: 5px;
@ -117,7 +122,6 @@ span {
padding: 10px 20px;
text-align: center;
cursor: pointer;
font-weight: bold;
}
#sort > div:hover {