fixing bottom pagination for mobile
This commit is contained in:
parent
d4c4541414
commit
0bc88f58f7
|
@ -151,11 +151,20 @@
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
max-width: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pagination_link {
|
||||||
|
display: flex;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button_text {
|
.button_text {
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
{%- if config.extra.base0d %}
|
{%- if config.extra.base0d %}
|
||||||
color: {{ config.extra.base0d }};
|
color: {{ config.extra.base0d }};
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user