Add margin right to product modal title so that the close button doesnt overlap with it

This commit is contained in:
Luis Ramos
2020-05-25 19:14:40 +01:00
parent 4292636e70
commit 1e0e3a063d

View File

@@ -2,7 +2,7 @@
padding-left: 1.5rem;
h1, h2, h3, h4, h5, h6 {
margin: 0.2rem 0 0;
margin: 0.2rem 1.5rem 0 0;
}
span {