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