mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-10-23 10:46:13 +02:00
Format pattern pages
This commit is contained in:
@@ -58,10 +58,18 @@ const Cover: React.FC<{}> = () => {
|
||||
width: '100%',
|
||||
}}
|
||||
>
|
||||
<div style={{ marginBottom: '4px' }}><Line /></div>
|
||||
<div style={{ marginBottom: '4px', width: '60%' }}><Line /></div>
|
||||
<div style={{ marginBottom: '4px' }}><Line /></div>
|
||||
<div style={{ width: '80%' }}><Line /></div>
|
||||
<div style={{ marginBottom: '4px' }}>
|
||||
<Line />
|
||||
</div>
|
||||
<div style={{ marginBottom: '4px', width: '60%' }}>
|
||||
<Line />
|
||||
</div>
|
||||
<div style={{ marginBottom: '4px' }}>
|
||||
<Line />
|
||||
</div>
|
||||
<div style={{ width: '80%' }}>
|
||||
<Line />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
|
Reference in New Issue
Block a user