Merge pull request #142 from soul-wish/pr/cursor-size

Fixes #141
This commit is contained in:
Panos Sakkos 2016-01-31 00:12:21 +01:00
commit cff5b23c0f

View file

@ -342,6 +342,11 @@ body {
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
font-size: 16px;
vertical-align: top;
@media(min-width:768px) {
font-size: 22px;
}
}
@keyframes blink{
0% { opacity:1; }