update the size

This commit is contained in:
Jenil Gogari 2019-03-23 14:12:00 -04:00
parent 43d9a43372
commit bc2ae5f390
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ A really small CSS framework
<br>
- ⚡️&nbsp; Super light-weight. Just 3kb (minified + gzipped).
- ⚡️&nbsp; Super light-weight. Just ~3kb (minified + gzipped).
- ⛔️&nbsp; No preprocessor, just plug-n-play
- 📐&nbsp; Magical 12 column [grid](https://jenil.github.io/chota/#grid)
- 🌈&nbsp; Easy to [extend](https://jenil.github.io/chota/#customizing) with CSS variables

View File

@ -18,7 +18,7 @@
<div class="hero is-full-screen">
<div class="logo is-center is-vertical-align">
<img src="./logo.svg" alt="">
<h3>A <strong>micro</strong> (<3kb) CSS framework.</h3>
<h3>A <strong>micro</strong> (~3kb) CSS framework.</h3>
<small><em>FWIW, "choṭā" means "small" in Hindi</em></small>
</div>
<nav class="tabs is-center">
@ -32,7 +32,7 @@
<section id="features">
<h2>Features</h2>
<ul>
<li>⚡️&nbsp; Super light-weight. Just 3kb (minified + gzipped).</li>
<li>⚡️&nbsp; Super light-weight. Just ~3kb (minified + gzipped).</li>
<li>⛔️&nbsp; No preprocessor, just plug-n-play</li>
<li>📐&nbsp; Magical 12 column <a href="#grid">grid</a></li>
<li>🌈&nbsp; Easy to <a href="#customizing">extend</a> with CSS variables</li>