remove pagination

This commit is contained in:
geoffrey45
2021-12-26 16:42:20 +03:00
parent 26ab354a1d
commit c5670e0f5f
19 changed files with 117 additions and 129 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
$card-dark: #131313b2;
$red: #df4646;
$blue: #00a8ff;
$blue: rgb(5, 80, 150);
$green: rgb(67, 148, 67);
$separator: #ffffff46;
// sizes
+5 -5
View File
@@ -126,11 +126,11 @@ a {
margin-bottom: 0.5em;
}
// @media (max-width: 70em) {
// .r-sidebar {
// display: none;
// }
// }
@media (max-width: 70em) {
.r-sidebar {
display: none;
}
}
.image {
background-position: center;