1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-06 06:07:33 +02:00

Fix quote mismatch

This commit is contained in:
Ben Miller
2020-08-12 09:56:44 -07:00
committed by GitHub
parent a33424faa3
commit af3461b026

View File

@@ -61,7 +61,7 @@ const Details: React.FC<{}> = () => {
width: 100%;
/* Background */
background: url("/assets/full-background.jpeg") center center / cover no-repeat;
background: url('/assets/full-background.jpeg') center center / cover no-repeat;
">
...
</div>