Skip to content

Commit

Permalink
Merge pull request #7888 from cfpb/ans_fig_css
Browse files Browse the repository at this point in the history
FIG: Minor CSS cleanup
  • Loading branch information
anselmbradford authored Aug 8, 2023
2 parents 7580529 + 939dc82 commit 9e0bdef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cfgov/unprocessed/apps/filing-instruction-guide/css/main.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import (reference) '../../../css/main.less';
@import '../node_modules/ctrl-f/dist/css/index.css';
@import url('../node_modules/ctrl-f/dist/css/index.css');

.o-fig_main {
// Bump up all heading sizes to improve readability
Expand Down Expand Up @@ -81,7 +81,7 @@
margin-bottom: unit(45px / @base-font-size-px, em);

// Put a horizontal rule below all sub level 3 headings
&:after {
&::after {
display: inline-block;
content: '';
border-top: 2px solid @gray-50;
Expand Down Expand Up @@ -137,7 +137,7 @@

.lead-paragraph,
.author-names {
margin: 30px 0 30px 0;
margin: 30px 0;
}

.report-header > a {
Expand Down

0 comments on commit 9e0bdef

Please sign in to comment.