Centeraligning pagebuttons on embed

This commit is contained in:
Kasper Rynning-Tønnesen
2016-11-17 16:33:53 +01:00
parent b44ef845db
commit d3bd4c5db9

View File

@@ -15,6 +15,10 @@
height: calc(100vh - 32px); height: calc(100vh - 32px);
} }
#pageButtons{
text-align: center;
}
#pageButtons, #pageButtons a{ #pageButtons, #pageButtons a{
color:white !important; color:white !important;
} }