Skip to content

Commit

Permalink
added deskop styling for nav and main sections
Browse files Browse the repository at this point in the history
  • Loading branch information
lauriejefferson committed Dec 1, 2023
1 parent b139a45 commit b16f376
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions fylo-dark-theme-landing-page-master/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -408,4 +408,32 @@ footer {
.footer__contact--link a {
font-size: 2rem;
font-weight: var(--fw-300);
}

@media(min-width: 768px) {
.features {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2em;
}

.stay-productive {
display: grid;
grid-template-columns: repeat(2, 1fr);
}

.stay-productive__underline {
width: 50%;
}

.social {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1em;
min-height: 30vh;
}

.social .quotes {
transform: translate(70%, 80%);
}
}

0 comments on commit b16f376

Please sign in to comment.