Skip to content

Commit 43da4a4

Browse files
Fix body margin and padding for consistent layout in main.css
1 parent 6601004 commit 43da4a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/chrome/css/main.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ body {
22
background-color: #ffffff;
33
font-family: Arial, sans-serif;
44
color: #333;
5+
margin: 0;
6+
padding: 20px;
57
}
68

79
#terminal {

0 commit comments

Comments
 (0)