Commit b714af7c authored by TasteBot's avatar TasteBot

update the build files for gh-pages [ci skip]

parent c353d311
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -133,7 +133,6 @@ header nav a:not(:last-child) {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
transition: height .5s ease-in-out;
}
.applist li {
......@@ -344,21 +343,6 @@ a.zocial {
border-radius: .3em;
}
@-webkit-keyframes swoosh-in {
from { opacity: 0; -webkit-transform: translateX(-500px); transform: translateX(-500px); }
to { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes swoosh-in {
from { opacity: 0; -webkit-transform: translateX(-500px); transform: translateX(-500px); }
to { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
.anim-swoosh-in {
-webkit-animation: swoosh-in 0.5s;
animation: swoosh-in 0.5s;
}
@media (max-width: 480px) {
.credit a {
display: block;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment