Skip to content

Commit 627c81e

Browse files
committed
fix blob shape oveflow on change
1 parent 96e14ba commit 627c81e

File tree

4 files changed

+201
-99583
lines changed

4 files changed

+201
-99583
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,22 @@
77

88
</h3>
99

10-
<h4 align="center">Create beautiful blob shapes with minimal code. </h4>
10+
<h4 align="center">Generate beautiful blob shapes for web and flutter apps. </h4>
1111

1212
&nbsp;
1313

1414
<div class="highlight highlight-source-shell">
1515
<pre>
16-
<div align="center"><strong >Blobs App</strong></div>
16+
<div align="center"><strong >Blobs Generator</strong></div>
1717
<div align="center"><a align="center" href="https://blobs.app/">https://blobs.app/</a></div>
1818
</pre>
1919
</div>
2020

2121
### Preview
2222

23-
![frame2-iMac](https://user-images.githubusercontent.com/1754676/83411638-46b9ea80-a436-11ea-92b2-60ba4e845003.png)
23+
![preview](https://user-images.githubusercontent.com/1754676/84493278-20f9d480-acc5-11ea-8667-ee0df8f35442.png)
24+
25+
![preview2](https://user-images.githubusercontent.com/1754676/84492711-3a4e5100-acc4-11ea-942c-37f9cd802fcf.png)
2426

2527
### Blobs for flutter
2628

src/app.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ html body {
1313

1414
#blobSvg {
1515
max-width: 500px;
16+
overflow: visible;
1617
}
1718

1819
.stroke {

0 commit comments

Comments
 (0)