Skip to content

Commit b372046

Browse files
committed
Fix indentation (all space), fix text-align center
Only text align center on laptop
1 parent 4cbe93b commit b372046

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

sass/main.scss

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -596,12 +596,12 @@ nav {
596596
}
597597
}
598598
}
599-
#contact-desktop {
600-
display: block;
601-
}
602-
#contact-laptop {
603-
display: none;
604-
}
599+
#contact-desktop {
600+
display: block;
601+
}
602+
#contact-laptop {
603+
display: none;
604+
}
605605
}
606606
}
607607

@@ -868,30 +868,30 @@ footer {
868868
flex-direction: row;
869869
justify-content: center;
870870
width: 70%;
871-
871+
872872
a {
873873
margin: 10px;
874874
}
875875
}
876876
}
877-
878-
#faq #faq-wrapper {
877+
878+
#faq #faq-wrapper {
879879
#faq-cards {
880880
flex-direction: column;
881-
881+
882882
&-left, &-right {
883883
margin: 0;
884884
width: 100%;
885885
}
886+
}
886887

887-
#contact-desktop {
888-
display: none;
889-
}
888+
#contact-desktop {
889+
display: none;
890890
}
891-
891+
892892
#contact-laptop {
893-
display: block;
894-
}
893+
display: block;
894+
}
895895
}
896896

897897
#schedule #schedule-block {
@@ -1213,7 +1213,7 @@ footer {
12131213
white-space: nowrap;
12141214
}
12151215

1216-
#contact {
1216+
#contact-laptop {
12171217
text-align: center;
12181218
}
12191219
}

0 commit comments

Comments
 (0)