Skip to content

Commit

Permalink
modify print layout (publiclab#8473)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlazypanda authored and billymoroney1 committed Dec 28, 2021
1 parent f77cae0 commit ea0940f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions app/views/notes/print.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ img {
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
border: 0.2em solid;
margin-left: auto;
margin-right: auto;
width: 50%;
Expand Down Expand Up @@ -135,9 +134,9 @@ blockquote:after {
/*for font styling and size*/
html, body{
font-family: Arial;
font-family: 'Junction Light';
font-size: 12pt;
line-height: 1.2;
line-height: 1.8;
}

h1 {
Expand Down
5 changes: 2 additions & 3 deletions app/views/wiki/print.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ img {
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
border: 0.2em solid;
margin-left: auto;
margin-right: auto;
width: 50%;
Expand Down Expand Up @@ -157,9 +156,9 @@ blockquote:after {
/*for font styling and size*/
html, body{
font-family: Arial;
font-family: 'Junction Light';
font-size: 12pt;
line-height: 1.2;
line-height: 1.8;
}

h1 {
Expand Down

0 comments on commit ea0940f

Please sign in to comment.