Skip to content

Commit

Permalink
Add paddings, break animations smoothness but fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
GergiH committed Oct 24, 2024
1 parent 32acc6e commit dfc54f9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ body {
font-family: Poppins, sans-serif;
font-size: 1rem;
margin: 0;
padding-bottom: 2rem;
}
p {
font-size: 0.94rem;
Expand Down Expand Up @@ -246,6 +247,7 @@ a:hover {
font-size: 14px;
padding: 0.8rem;
width: 100%;
overflow: hidden;
height: 480px;
}
.terminal-lines-list {
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -472,6 +471,7 @@ h6 {
align-items: flex-start;
flex-direction: row;
margin: auto;
padding-top: 2rem;
}
.content {
padding: 1.5rem;
Expand Down

0 comments on commit dfc54f9

Please sign in to comment.