mirror of
https://github.com/jenil/chota.git
synced 2023-08-10 21:13:07 +03:00
update the size
This commit is contained in:
parent
43d9a43372
commit
bc2ae5f390
@ -11,7 +11,7 @@ A really small CSS framework
|
||||
<br>
|
||||
|
||||
|
||||
- ⚡️ Super light-weight. Just 3kb (minified + gzipped).
|
||||
- ⚡️ Super light-weight. Just ~3kb (minified + gzipped).
|
||||
- ⛔️ No preprocessor, just plug-n-play
|
||||
- 📐 Magical 12 column [grid](https://jenil.github.io/chota/#grid)
|
||||
- 🌈 Easy to [extend](https://jenil.github.io/chota/#customizing) with CSS variables
|
||||
|
@ -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>⚡️ Super light-weight. Just 3kb (minified + gzipped).</li>
|
||||
<li>⚡️ Super light-weight. Just ~3kb (minified + gzipped).</li>
|
||||
<li>⛔️ No preprocessor, just plug-n-play</li>
|
||||
<li>📐 Magical 12 column <a href="#grid">grid</a></li>
|
||||
<li>🌈 Easy to <a href="#customizing">extend</a> with CSS variables</li>
|
||||
|
Loading…
Reference in New Issue
Block a user