Skip to content
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.

Commit

Permalink
Shrinking agency description paragraph margins
Browse files Browse the repository at this point in the history
  • Loading branch information
vz3 committed Feb 23, 2015
1 parent cd1bf5d commit 4c3e2d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion foia_hub/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ footer {
#main.landing .department .resources:last-child {
margin-right: 0; } }
#main.landing .department .description p {
margin: 1.2em 0;
margin-bottom: 1.2em;
font-size: 1.2em; }
#main.landing .department .details .offices ul, #main.landing .department .details .offices li {
list-style-type: none;
Expand Down
2 changes: 1 addition & 1 deletion foia_hub/static/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ footer {
}

.description p {
margin: 1.2em 0;
margin-bottom: 1.2em;
font-size: $base-font-size * 1.2;
}
.details {
Expand Down

0 comments on commit 4c3e2d0

Please sign in to comment.