Skip to content

Commit a268e06

Browse files
authored
Update style.css (#1)
Forgot an `;`.
1 parent 438a6c7 commit a268e06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/static/css/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ table, th, td {
55
.block {
66
display: block;
77
width: 100%;
8-
border-radius: 8px
8+
border-radius: 8px;
99
background-color: #4CAF50;
1010
padding: 14px 28px;
1111
font-size: 16px;
@@ -71,4 +71,4 @@ textarea {
7171
color: #000;
7272
text-decoration: none;
7373
cursor: pointer;
74-
}
74+
}

0 commit comments

Comments
 (0)