Skip to content

Commit ac8f8d5

Browse files
Added horizontal padding
1 parent 4b30c1d commit ac8f8d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/renderer/styles.css

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
display: flex;
33
flex-direction: column;
44
height: 100vh;
5+
/* Horizontal padding so to not clip it them borders */
6+
padding: 0 2px;
57
}
68

79
main {

0 commit comments

Comments
 (0)