Skip to content

Commit

Permalink
fixing styles
Browse files Browse the repository at this point in the history
  • Loading branch information
rosendopili committed Oct 10, 2024
1 parent 3f7ac5a commit d5d409b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -357,10 +357,33 @@ section {

}

@media only screen and (max-width: 900px) {

.hero-graphic {
right: 140px;
height: 300px;
min-height: 300px;
}

.header-square {
height: 250px;
width: 250px;
right: 195px;
}

.how-it-works {
max-width: 600px;
}
}

@media only screen and (max-width: 800px) {

.hero-graphic,
.header-square {
display: none;
}

.requirements-ul li {
font-size: 9px;
}
}

0 comments on commit d5d409b

Please sign in to comment.