1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-07 22:56:51 +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%; width: 100%;
/* Background */ /* Background */
background: url("/assets/full-background.jpeg") center center / cover no-repeat; background: url('/assets/full-background.jpeg') center center / cover no-repeat;
"> ">
... ...
</div> </div>