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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user