Skip to content

Commit eb40e22

Browse files
committed
make corners round
1 parent a0460e5 commit eb40e22

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/css/app.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ body {
5656
min-height: 500px;
5757
width: 250px;
5858
overflow: auto;
59+
border-radius: 7px 0px 0px 7px;
5960
}
6061
#form {
6162
background-color: var(--fgcolor, plum);
@@ -100,6 +101,7 @@ body {
100101
padding-left: 30px;
101102
padding-right: 30px;
102103
padding-top: 30px;
104+
border-radius: 0px 7px 7px 0px;
103105
}
104106
#preview-content {
105107
background-color: var(--fgcolor, lightcoral);

0 commit comments

Comments
 (0)