Skip to content

Commit f1c15bd

Browse files
sjv01180peterkos
andauthored
Bh-970 large screen layout (#1053)
* 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]>
1 parent abb6aa6 commit f1c15bd

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

sass/main.scss

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,32 @@ footer {
786786
// Media queries for mobile
787787

788788

789+
@media screen and (min-width: 1700px) {
790+
nav {
791+
#mlh-badge {
792+
width: 140px;
793+
}
794+
}
795+
796+
#hero {
797+
#bh7 {
798+
font-size: 6.4em;
799+
}
800+
801+
#premiere {
802+
font-size: 3em;
803+
}
804+
805+
#dates {
806+
font-size: 1.6em;
807+
}
808+
809+
#register {
810+
font-size: 2.3em;
811+
}
812+
}
813+
}
814+
789815
@media screen and (max-width: 1630px) {
790816

791817
#leadership #leaders {

0 commit comments

Comments
 (0)