fixing bottom pagination for mobile

This commit is contained in:
EvilMuffinHa 2022-05-08 15:59:12 -04:00
parent d4c4541414
commit 0bc88f58f7

View File

@ -151,11 +151,20 @@
font-size: 1.1rem;
appearance: none;
padding: 0;
max-width: 80%;
}
.pagination_link {
display: flex;
white-space: nowrap;
overflow: hidden;
}
.button_text {
padding: 8px 16px;
text-decoration: none;
white-space: nowrap;
overflow: hidden;
{%- if config.extra.base0d %}
color: {{ config.extra.base0d }};
{% else %}