fix readme style
This commit is contained in:
parent
6ab2b6b6c3
commit
e1d1691cb9
3 changed files with 5 additions and 12 deletions
|
|
@ -15,12 +15,6 @@
|
||||||
Mithril is a modern client-side Javascript framework for building Single Page Applications.
|
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.
|
It's small (< 8kb gzip), fast and provides routing and XHR utilities out of the box.
|
||||||
|
|
||||||
<style>
|
|
||||||
@keyframes grow {
|
|
||||||
from {transform:scaleX(0)}
|
|
||||||
to {transform:scaleX(100%)}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div style="display:flex;margin:0 0 30px;">
|
<div style="display:flex;margin:0 0 30px;">
|
||||||
<div style="width:50%;">
|
<div style="width:50%;">
|
||||||
<h5>Download size</h5>
|
<h5>Download size</h5>
|
||||||
|
|
|
||||||
|
|
@ -15,12 +15,6 @@
|
||||||
Mithril is a modern client-side Javascript framework for building Single Page Applications.
|
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.
|
It's small (< 8kb gzip), fast and provides routing and XHR utilities out of the box.
|
||||||
|
|
||||||
<style>
|
|
||||||
@keyframes grow {
|
|
||||||
from {transform:scaleX(0)}
|
|
||||||
to {transform:scaleX(100%)}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div style="display:flex;margin:0 0 30px;">
|
<div style="display:flex;margin:0 0 30px;">
|
||||||
<div style="width:50%;">
|
<div style="width:50%;">
|
||||||
<h5>Download size</h5>
|
<h5>Download size</h5>
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,11 @@ h1 + ul strong + ul {border-left:3px solid #1e5799;}
|
||||||
|
|
||||||
.hamburger {display:none;}
|
.hamburger {display:none;}
|
||||||
|
|
||||||
|
@keyframes grow {
|
||||||
|
from {transform:scaleX(0)}
|
||||||
|
to {transform:scaleX(100%)}
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.hamburger {display:block;font-size:30px;padding:0 10px;position:fixed;right:0;top:0;}
|
.hamburger {display:block;font-size:30px;padding:0 10px;position:fixed;right:0;top:0;}
|
||||||
.hamburger:hover {text-decoration:none;}
|
.hamburger:hover {text-decoration:none;}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue