forked from Bunteshaus/bunteshaus.de
10 lines
134 B
SCSS
10 lines
134 B
SCSS
|
#pagination {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
margin: 1rem;
|
||
|
a {
|
||
|
padding: .5rem;
|
||
|
margin: .5rem;
|
||
|
}
|
||
|
}
|