Fixes #141
This commit is contained in:
parent
463b045224
commit
a6822b5765
1 changed files with 5 additions and 0 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue