1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-13 18:16:19 +02:00

few more fixes

This commit is contained in:
Kushagra Gour
2017-09-19 00:26:48 +05:30
parent 27758f4ab1
commit 3403946700

View File

@ -197,7 +197,7 @@
.info { .info {
display: block; display: block;
background: white; background: white;
box-shadow: 0 -10px 5px rgba(0,0,0,0.15); box-shadow: 0 -10px 35px rgba(0,0,0,0.15);
padding: 2rem; padding: 2rem;
position: fixed; position: fixed;
will-change: transform; will-change: transform;
@ -284,7 +284,7 @@
</div> </div>
<div class="feature"> <div class="feature">
<h2>Preprocessor Support</h2> <h2>Preprocessor Support</h2>
<p>Be it Markdown, Jade, SCSS, LESS, JSX, CoffeeScript or TypeScript - you get it all.</p> <p>Be it Markdown, Jade, SCSS, LESS, Atomic CSS, JSX, CoffeeScript or TypeScript - you get it all.</p>
</div> </div>
<div class="feature"> <div class="feature">
<h2>Quick Add Libraries</h2> <h2>Quick Add Libraries</h2>