mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Correct placement
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user