xxx777xxxASD's picture
Upload 4 files
687f589 verified
raw
history blame contribute delete
503 Bytes
.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;
}