From c3abc831a38fbeb4ae2c37dd6dcaaf79ffd2272e Mon Sep 17 00:00:00 2001 From: sheilagomes Date: Tue, 19 Sep 2023 15:00:36 -0300 Subject: [PATCH] Fix transitions --- content/internal.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/internal.css b/content/internal.css index 1729721..9a74957 100644 --- a/content/internal.css +++ b/content/internal.css @@ -105,8 +105,14 @@ body.active .wrapper .section { width: 100%; } +body.active .wrapper .main-doc { + margin-left: 0; + transition: all 0.5s ease; +} + .main-doc { margin-left: 15%; + transition: all 0.5s ease; } iframe {