Skip to content
Snippets Groups Projects
Verified Commit 35d1ac71 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: style of buttons

parent 5ac0fce1
Branches
No related tags found
No related merge requests found
Pipeline #2725 passed
......@@ -5,11 +5,10 @@ ul.pagination
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
padding: 4px 8px
color: #fff
justify-content: space-between
justify-self: center
grid-column-start: 1
grid-column-end: -1
max-width: 480px
justify-self: center
width: calc(100% - 16px)
li.page
......@@ -22,3 +21,5 @@ ul.pagination
&.current
display: block
padding: 4px 16px
flex-grow: 1
text-align: center
......@@ -39,6 +39,8 @@ body
text-decoration: none
line-height: 24px
cursor: pointer
min-width: 40px
text-align: center
&:hover, &:focus
background: #FFD54F
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment