Skip to content

Commit

Permalink
Merge pull request #69 from kpjackson90/client
Browse files Browse the repository at this point in the history
landing page responsive screens
  • Loading branch information
orpcy authored Mar 10, 2021
2 parents df34141 + bbf1f49 commit 9106dad
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions client/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2026,9 +2026,44 @@ footer p {
}
}

@media screen and (max-width: 1250px) {
.landing-top > div:last-child img:last-child {
margin-top: -80px;
}
}

@media screen and (max-width: 1200px) {
.app-width {
max-width: 1064px;
width: 100%;
}
}

@media screen and (max-width: 768px) {
.landing-top,
.landing-bottom {
flex-direction: column;
}

.landing-top > div:first-child {
width: 100%;
}

.landing-top > div:last-child {
display: none;
}

.landing-bottom > div {
max-width: 400px;
width: 100%;
margin: 20px auto;
}

.landing-bottom > div img {
margin-bottom: 12px;
}

.theGwathmey.rotate-text.f-60 {
font-size: 50px !important;
}
}

0 comments on commit 9106dad

Please sign in to comment.