aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/shared.css
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2019-08-24 11:35:58 -0700
committerJames Taylor <user234683@users.noreply.github.com>2019-08-24 11:35:58 -0700
commit400d17e61314e09efc89fbfb770b045550cf6e09 (patch)
tree29bd6b13cf47b780b04e2b241769719fcb9265c9 /youtube/static/shared.css
parentd9517a33223d44f2c52f03a48cf79822ecd433a4 (diff)
downloadyt-local-400d17e61314e09efc89fbfb770b045550cf6e09.tar.lz
yt-local-400d17e61314e09efc89fbfb770b045550cf6e09.tar.xz
yt-local-400d17e61314e09efc89fbfb770b045550cf6e09.zip
Layout: simplify CSS layout on most pages
Diffstat (limited to 'youtube/static/shared.css')
-rw-r--r--youtube/static/shared.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube/static/shared.css b/youtube/static/shared.css
index 382f86c..611cdb7 100644
--- a/youtube/static/shared.css
+++ b/youtube/static/shared.css
@@ -267,7 +267,10 @@ body{
.page-button-row{
+ margin-top: 10px;
+ margin-bottom: 10px;
justify-self:center;
+ justify-content: center;
display: grid;
grid-auto-columns: 40px;
grid-auto-flow: column;