Skip to content

Commit

Permalink
Bh-970 large screen layout (#1053)
Browse files Browse the repository at this point in the history
* initial commit

* deleted swap file, increased nav size along with desk and shape dimensions

* mobile section newlines

* moved min-breakpoint above

* removed extra newline

* added spacing for mlh-badge styling

* removed needless nav changes and fixed remaining spacing issues

* Fix extra newlines

Co-authored-by: Peter Kos <[email protected]>
  • Loading branch information
sjv01180 and peterkos authored Jan 5, 2021
1 parent a7bad44 commit cecbc8a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,32 @@ footer {
// Media queries for mobile


@media screen and (min-width: 1700px) {
nav {
#mlh-badge {
width: 140px;
}
}

#hero {
#bh7 {
font-size: 6.4em;
}

#premiere {
font-size: 3em;
}

#dates {
font-size: 1.6em;
}

#register {
font-size: 2.3em;
}
}
}

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

#leadership #leaders {
Expand Down

0 comments on commit cecbc8a

Please sign in to comment.