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

Merge pull request #199 from pratyushmittal/patch-1

Fixed missing bracket
This commit is contained in:
phuoc-ng
2021-11-22 17:04:18 +07:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ const Details: React.FC<{}> = () => {
</div>
<BrowserFrame
html={`
<div class="container"
<div class="container">
<!-- Main content -->
<div class="container__content">
...