Better style on small screens

This commit is contained in:
richard-dds 2018-11-19 10:26:25 -05:00
parent 5c7907efe5
commit 5807eac898

View File

@ -24,12 +24,11 @@
.pagination {
width: 80%;
display: flex;
flex-direction: row;
margin: auto;
flex-direction: row;
flex-wrap: wrap;
}
.page {
margin: auto;
flex-grow: 1;
max-width: 8%;
margin: .5em;
}