File size: 503 Bytes
687f589 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
.navigation-container {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 1rem;
margin-bottom: 1rem;
}
.nav-row {
display: flex;
justify-content: center;
align-items: center;
margin: 0.5rem 0;
}
#pageInfo {
margin: 0 1rem;
font-weight: bold;
}
.input-group {
display: flex;
justify-content: center;
align-items: center;
}
#pageInput {
width: 50px;
margin-right: 0.5rem;
}
.top-nav {
margin-bottom: 1rem;
}
.bottom-nav {
margin-top: 1rem;
} |