diff options
Diffstat (limited to 'src/app/recent')
| -rw-r--r-- | src/app/recent/recent.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/app/recent/recent.css b/src/app/recent/recent.css index aaca306..7d17143 100644 --- a/src/app/recent/recent.css +++ b/src/app/recent/recent.css @@ -1,4 +1,3 @@ - .trendingContainer { display: flex; flex-direction: column; @@ -17,7 +16,7 @@ flex-direction: row; overflow-x: auto; margin: 0px auto; -} +} /* Customize scrollbar here */ .trending::-webkit-scrollbar { @@ -25,12 +24,13 @@ } .trendingEntries { - margin: 10px 10px 5px 5px; - text-align: center; + margin: 10px 10px 5px 5px; + text-align: center; cursor: pointer; transition: transform 0.2s ease; } + .trendingEntries:hover { transform: scale(1.03); } @@ -51,7 +51,7 @@ font-size: 16px; } -.trendingEntries p::-webkit-scrollbar{ +.trendingEntries p::-webkit-scrollbar { width: 5px; } |