Skip to content

Commit

Permalink
updates: fix styling media queries
Browse files Browse the repository at this point in the history
  • Loading branch information
thepsalmist committed Apr 15, 2024
1 parent b4ef7fe commit 63b4108
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ckanext/openafrica/assets/css/openafrica_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1044,6 +1044,12 @@ div.sort-datasets a {
#email {
width: 16em;
}
.primary {
width: 100%
}
.secondary {
width: 100%
}
}

@media (max-width: 540px) {
Expand Down

0 comments on commit 63b4108

Please sign in to comment.