Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
slowe authored Apr 23, 2024
1 parent 711a4d8 commit 63ee20f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LocalAuthorities/resources/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ a.button:hover, button:hover, button:focus, a.button:focus { background-color: #
.padded { padding: 1em; }
.padded-bottom { padding: 1em; margin-bottom: 1em; }
.doublepadded { padding: 2em; }
.tallpadded { padding-top: 1em; padding-bottom: 1em; }


/* Use CSS Grid */
Expand Down Expand Up @@ -232,4 +233,4 @@ ul.toggles li .close:hover, ul.toggles li .close:focus { color: white; }
@media only screen and (max-width: 1080px) {
ul.grid { grid-template-columns: repeat(1, 1fr); }
.doublepadded { padding: 1em; }
}
}

0 comments on commit 63ee20f

Please sign in to comment.