Skip to content

Commit

Permalink
Correcting text color, increasing the distance between sections and a…
Browse files Browse the repository at this point in the history
…pplying auto height
  • Loading branch information
Maysker committed Dec 24, 2024
1 parent 69ecce1 commit 59d0417
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ body, html {
margin: 0;
padding: 0;
width: 100%;
height: auto;
overflow-x: hidden;
font-family: 'Arial', sans-serif;
color: #fff;
Expand Down Expand Up @@ -105,6 +106,7 @@ section.visible {
margin: 1.5rem 0;
line-height: 1.9;
text-align: justify;
color: white;
}


Expand Down Expand Up @@ -228,6 +230,8 @@ section:nth-of-type(3)::after {
overflow: hidden;
border-radius: 15px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
color: white;
opacity: 1;
}


Expand Down Expand Up @@ -493,6 +497,13 @@ section img {
}
}

@media screen and (max-width: 768px) {
section {
margin-bottom: 30px;
}
}


#backToTop {
position: fixed;
bottom: 100px;
Expand Down

0 comments on commit 59d0417

Please sign in to comment.