aboutsummaryrefslogtreecommitdiff
path: root/src/app/recent
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/recent')
-rw-r--r--src/app/recent/recent.css11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/app/recent/recent.css b/src/app/recent/recent.css
index 3fc5e26..aaca306 100644
--- a/src/app/recent/recent.css
+++ b/src/app/recent/recent.css
@@ -5,11 +5,10 @@
}
.trendingText {
- color: white;
+ color: #FEFFAC;
font-family: "Open Sans";
- font-size: 30px;
+ font-size: 26px;
margin: 10px;
- /* margin-bottom: 10px; */
}
.trending {
@@ -38,8 +37,8 @@
.trendingEntries img {
border-radius: 10px;
- width: 160px;
- height: 220px;
+ width: 150px;
+ height: 210px;
}
.trendingEntries p {
@@ -49,7 +48,7 @@
overflow-y: auto;
font-family: "Lato";
margin: 10px auto;
- font-size: 18px;
+ font-size: 16px;
}
.trendingEntries p::-webkit-scrollbar{