margin reduced on print nav

This commit is contained in:
Heydon Pickering 2017-08-02 21:12:37 +01:00
parent 971b8cd4c5
commit b544408650
3 changed files with 7 additions and 1 deletions

View File

@ -734,6 +734,9 @@ h1 svg {
.wrapper.print-version #patterns-list h3 {
font-size: 1.25rem;
}
.wrapper.print-version .patterns {
margin-top: 0;
}
.pattern-section:not(:last-child) {
padding-bottom: 2.25rem;
border-bottom: 2px solid;

File diff suppressed because one or more lines are too long

View File

@ -734,6 +734,9 @@ h1 svg {
.wrapper.print-version #patterns-list h3 {
font-size: 1.25rem;
}
.wrapper.print-version .patterns {
margin-top: 0;
}
.pattern-section:not(:last-child) {
padding-bottom: 2.25rem;
border-bottom: 2px solid;