move smooth to its own place
This commit is contained in:
parent
bcb8404648
commit
54a153678e
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ body {
|
|||
font-size: 16px;
|
||||
}
|
||||
|
||||
.smooth {
|
||||
transition: all .2s;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin: 2.5em auto;
|
||||
&.mediumwidth {
|
||||
|
|
Loading…
Add table
Reference in a new issue