From c81fde167f6859050ccd068d53e6a7648961112b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Wed, 24 Oct 2018 15:41:36 +0200 Subject: [PATCH] Correct placement --- server/public/assets/css/embed.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/server/public/assets/css/embed.css b/server/public/assets/css/embed.css index 7d4f0033..7bb40027 100755 --- a/server/public/assets/css/embed.css +++ b/server/public/assets/css/embed.css @@ -131,12 +131,6 @@ justify-content: space-around; } -#pageButtons, #pageButtons a{ - color:white !important; - justify-content: space-evenly; - align-items: center; -} - .prev_page, .next_page{ cursor: pointer; } @@ -550,7 +544,8 @@ html { #pageButtons, #pageButtons a{ color:white !important; width: 100%; - justify-content: center; + justify-content: space-evenly; + align-items: center; } #pageNumber{