Skip to content

Commit

Permalink
Fix responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed Oct 12, 2024
1 parent 48d4fd5 commit 4ba14ff
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions styles/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,27 @@
}

@media screen and (max-width: 500px) {
.about {
padding-top: 120px;
display: flex;
align-items: center;
}

.about-title {
margin-bottom: -5px;
}

.about-text {
font-size: 15px;
margin-bottom: 0px;
}

.about-text-content {
border-radius: var(--border-radius);
border: 5px solid var(--primary-color);
padding: 10px;
display: flex;
flex-direction: column;
gap: 10px;
}
}

0 comments on commit 4ba14ff

Please sign in to comment.