fixing bottom pagination for mobile
This commit is contained in:
parent
d4c4541414
commit
0bc88f58f7
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user