diff --git a/src/style.css b/src/style.css index 904b3fefc1..cc59c2c163 100644 --- a/src/style.css +++ b/src/style.css @@ -427,3 +427,7 @@ h6 span img { display: inline-block !important; /* Ensure images behave as inline-block */ } +/* Hide pagination */ +#pagination { + display: none; + }