Cleaned up transition properties in CSS

This commit is contained in:
2017-03-20 04:43:28 -07:00
parent aac7b36981
commit 3010c71c4f
2 changed files with 1 additions and 12 deletions

View File

@@ -18,8 +18,7 @@
body {
font-family: serif;
font-size: 1em;
line-height: 1.6;
transition: none; }
line-height: 1.6; }
#top {
padding-top: 10px;
@@ -87,7 +86,6 @@ body {
margin: auto;
/* Project bits */ }
.slide div .project {
transition-duration: .2s;
width: 390px;
padding: 0 0 1em 0;
border: 1px solid #aaa;