diff --git a/assets/scss/components/_pagniator.scss b/assets/scss/components/_pagniator.scss index 184defa5c..c126d9baa 100644 --- a/assets/scss/components/_pagniator.scss +++ b/assets/scss/components/_pagniator.scss @@ -25,7 +25,6 @@ } } - a { text-decoration: auto; } @@ -34,7 +33,6 @@ background: #ff7777 !important; } - .pagination__item--current { color: white; background-color: #bf112b; @@ -44,8 +42,6 @@ animation: all 0.4s ease-in; } - - @media only screen and (max-width: 600px) { .pagination { font-size: 1rem; @@ -79,4 +75,4 @@ padding-inline-end: 20px !important; } } -} \ No newline at end of file +}