Commit 5f4bb33d authored by Filipa Lacerda's avatar Filipa Lacerda

Fixes after review

parent 69164211
......@@ -21,13 +21,32 @@
}
/**
* Small screen pagination
* Extra-small screen pagination.
*/
@media (max-width: 320px) {
.gl-pagination {
.first,
.last {
display: none;
}
.page {
display: none;
&.active {
display: inline;
}
}
}
}
/**
* Small screen pagination
*/
@media (max-width: $screen-xs) {
.gl-pagination {
.pagination li a {
padding: 6px 14px;
padding: 6px 10px;
}
.page {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment