Skip to content

Commit

Permalink
Fix transitions
Browse files Browse the repository at this point in the history
  • Loading branch information
sheilagomes committed Sep 19, 2023
1 parent 3914b15 commit c3abc83
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/internal.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c3abc83

Please sign in to comment.