diff --git a/README.md b/README.md index 972749c0..353976cf 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,6 @@ Mithril is a modern client-side Javascript framework for building Single Page Applications. It's small (< 8kb gzip), fast and provides routing and XHR utilities out of the box. -
Download size
diff --git a/docs/index.md b/docs/index.md index 63ec90da..b0f22448 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,12 +15,6 @@ Mithril is a modern client-side Javascript framework for building Single Page Applications. It's small (< 8kb gzip), fast and provides routing and XHR utilities out of the box. -
Download size
diff --git a/docs/style.css b/docs/style.css index de95df75..5d138a32 100644 --- a/docs/style.css +++ b/docs/style.css @@ -38,6 +38,11 @@ h1 + ul strong + ul {border-left:3px solid #1e5799;} .hamburger {display:none;} +@keyframes grow { + from {transform:scaleX(0)} + to {transform:scaleX(100%)} +} + @media (max-width: 767px) { .hamburger {display:block;font-size:30px;padding:0 10px;position:fixed;right:0;top:0;} .hamburger:hover {text-decoration:none;}