Commit c7c0afc0047b32b47c894d98feb60f5073293a1f

Authored by Megan Watson
1 parent dff93922

Added a right margin to the main body content of the page.

PT: 1799005

Committed by: Megan Watson
Showing 1 changed file with 2 additions and 1 deletions
resources/css/kt-framing.css
... ... @@ -25,6 +25,7 @@ body
25 25 {
26 26 /*margin-top: 15px;*/
27 27 margin-left: 10px;
  28 + margin-right: 25px;
28 29 }
29 30  
30 31 .copyright {
... ... @@ -1289,7 +1290,7 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes
1289 1290 width: 47%;
1290 1291 margin-top: 0;
1291 1292 margin-left: 0;
1292   - padding-right: 2em;
  1293 + padding-right: 3em;
1293 1294 float: left;
1294 1295 padding-bottom: 2em;
1295 1296 height: 100%;
... ...