diff --git a/style.css b/style.css index 22c7b6b..3a2045e 100644 --- a/style.css +++ b/style.css @@ -124,7 +124,9 @@ body { margin-right: auto; margin-bottom: 3.4em; - transition: .2s; + transition: .2s border-color; + transition: .2s padding; + transition: .2s margin; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; } @@ -801,7 +803,8 @@ footer { } .terminal { - transition: .2s; + transition: .2s padding; + transition: .2s margin; .term-titlebar { margin: -16px 0px -24px;