Cleaned up transition properties in CSS
This commit is contained in:
@@ -26,7 +26,6 @@ body {
|
||||
font-family: serif;
|
||||
font-size: 1em;
|
||||
line-height: 1.6;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
#top {
|
||||
@@ -63,10 +62,6 @@ body {
|
||||
img {
|
||||
transition-duration: .2s;
|
||||
}
|
||||
.hideable {
|
||||
// transition-property: size;
|
||||
// transition-duration: .2s;
|
||||
}
|
||||
h2 {
|
||||
transition-property: size;
|
||||
transition-duration: .2s;
|
||||
@@ -122,7 +117,6 @@ body {
|
||||
margin: auto;
|
||||
/* Project bits */
|
||||
.project {
|
||||
transition-duration: .2s;
|
||||
width: $width/2 - 10;
|
||||
padding: 0 0 1em 0;
|
||||
border: 1px solid #aaa;
|
||||
@@ -208,9 +202,6 @@ body {
|
||||
}
|
||||
}
|
||||
}
|
||||
// .project:hover {
|
||||
// box-shadow: 1px 1px 3px #333;
|
||||
// }
|
||||
}
|
||||
table {
|
||||
line-height: 1.3;
|
||||
|
Reference in New Issue
Block a user