This commit is contained in:
Soul-wish 2016-01-17 14:42:38 +02:00
parent 463b045224
commit a6822b5765

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; }