Update CSS

This commit is contained in:
Robin Cornett
2019-05-14 13:44:18 -04:00
parent e1784a02af
commit 79f3b1e049
3 changed files with 18 additions and 9 deletions
+5
View File
@@ -64,6 +64,11 @@
}
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
.backstretch.no-js {
max-height: 600px;
}