Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
adityam committed Feb 23, 2024
1 parent e7b75fc commit 6eae5ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@


.link-cards .card {
border: none;
border: 1px none $dark;
padding: 0;
}

Expand Down Expand Up @@ -132,8 +132,8 @@
text-decoration: none;
}

.link-cards .card-body ul li {
padding-bottom: 0.2rem;
.link-cards .card .card-body ul li {
padding-bottom: -0.2rem;
}


Expand Down

0 comments on commit 6eae5ff

Please sign in to comment.