mirror of
https://github.com/matrix-org/matrix.org.git
synced 2026-01-11 20:07:22 +00:00
17 lines
248 B
SCSS
17 lines
248 B
SCSS
.pagination {
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 1rem 0;
|
|
font-size: 120%;
|
|
|
|
>div {
|
|
flex: 1;
|
|
}
|
|
|
|
a {
|
|
padding: .5rem;
|
|
display: block;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
}
|