Skip to content

Commit

Permalink
Small formatting improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansberry committed Nov 12, 2024
1 parent 324eb5a commit 2c51133
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ckanext/dms/assets/css/dms.css
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,8 @@ p.small {
border: none;
}

.dataset-resources li a.label,
.dataset-resources li a.label:hover{
.dataset-resources li a.badge,
.dataset-resources li a.badge:hover{
background-color: transparent;
color: #056839;
padding: 0px;
Expand Down Expand Up @@ -535,7 +535,7 @@ a.tag:hover {
margin-bottom: 30px;
}

.main, .hero {
.main, .homepage .hero {
min-height: 80vh;
padding-top: 32px;
padding-bottom: 64px;
Expand Down Expand Up @@ -692,3 +692,6 @@ a.tag:hover {
background-color: #990005;
}

.module-narrow .nav-item > a, .module-narrow .nav-aside li a{
font-size: 14px;
}

0 comments on commit 2c51133

Please sign in to comment.