move smooth to its own place

This commit is contained in:
Owen Versteeg 2014-01-08 21:38:00 -05:00
parent bcb8404648
commit 54a153678e

View file

@ -5,6 +5,10 @@ body {
font-size: 16px;
}
.smooth {
transition: all .2s;
}
hr {
margin: 2.5em auto;
&.mediumwidth {