Skip to content

Commit

Permalink
Update article-list.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kailasnadh790 committed Jan 22, 2024
1 parent 1890f7c commit 10d25f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cigaradvisor/blocks/article-list/article-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
.article-list.block .pagination a {
border: .5px solid var(--tan);
margin: auto 2px;
font-size: 15px;
font-size: var(--body-font-size-s);
min-width: 40px;
display: flex;
justify-content: center;
align-items: center;
min-height: 40px;
font-weight: 400;
font-weight: var(--font-weight-normal);
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.4286;
line-height: var(--line-height-m);
text-decoration: none;
background-color: var(--clr-white);

Expand Down

0 comments on commit 10d25f7

Please sign in to comment.