Skip to content

Commit a97dd3f

Browse files
committed
Fix error styles to work properly in TwentyNineteen
1 parent 246abe9 commit a97dd3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/random-post-on-refresh.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
border: 1px solid red;
4747
color: red;
4848
padding: 1rem;
49-
margin: 1rem 0;
49+
margin-top: 1rem;
50+
margin-bottom: 1rem;
5051
}
5152

5253
.random-post-on-refresh-error p:last-of-type {

0 commit comments

Comments
 (0)