Skip to content

Commit

Permalink
Update margin values in session.js
Browse files Browse the repository at this point in the history
  • Loading branch information
durandom committed Jan 14, 2024
1 parent 1f4a77b commit b8051f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/paddock/paddock/assets/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ document.addEventListener('DOMContentLoaded', function() {
visible: false
},
margin: {
l: 50,
r: 50,
b: 50,
t: 50,
l: 20,
r: 20,
b: 20,
t: 20,
pad: 4
},
paper_bgcolor: '#ffffff',
Expand Down

0 comments on commit b8051f5

Please sign in to comment.