diff --git a/app.css b/app.css index 62d80fb..8c71d8e 100644 --- a/app.css +++ b/app.css @@ -23,6 +23,7 @@ body { font-family: Poppins, sans-serif; font-size: 1rem; margin: 0; + padding-bottom: 2rem; } p { font-size: 0.94rem; @@ -246,6 +247,7 @@ a:hover { font-size: 14px; padding: 0.8rem; width: 100%; + overflow: hidden; height: 480px; } .terminal-lines-list { @@ -276,18 +278,15 @@ a:hover { .content-home { display: flex; flex-direction: row; - position: absolute; - overflow: hidden; + position: relative; width: 93%; } .content-text { - position: absolute; - overflow: hidden; + position: relative; width: 93%; } .content-terminal { - position: absolute; - overflow: hidden; + position: relative; width: 93%; } .home-texts { @@ -472,6 +471,7 @@ h6 { align-items: flex-start; flex-direction: row; margin: auto; + padding-top: 2rem; } .content { padding: 1.5rem;