Skip to content

Commit 3940ba8

Browse files
committed
hackathon h2 -> h1, remove !important on mobl fnt
Signed-off-by: Peter Kos <pkos91@icloud.com>
1 parent d90f2ea commit 3940ba8

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
</div>
131131
<div id="hackathon-content" class="section-pad">
132132
<div id="hackathon-text">
133-
<h2>What is a Hackathon?</h2>
133+
<h1>What is a Hackathon?</h1>
134134
<p>A Hackathon is an invention marathon. Any student can attend! Really, any student... and it's completely free.</p>
135135
<p>Students work in teams and mentors are present to offer help. Sponsors attend to help, recruit, and promote their products. Teams compete in different categories and prizes are awarded, but everyone learns and everyone wins!</p>
136136
<p>Come spend 24 hours with us at BrickHack and dedicate time to learn, collaborate, build, and innovate.</p>

sass/main.scss

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ nav {
278278
#hackathon {
279279
background-color: $dark-blue;
280280

281-
h2 {
281+
h1 {
282282
font-size: $title-size;
283283
}
284284

@@ -589,10 +589,8 @@ nav {
589589
user-select: none;
590590
cursor: pointer;
591591
color: white;
592-
// transition: none;
593592
.day {
594593
.number {
595-
// transition: none;
596594
font-size: 6.5em;
597595
font-weight: $font-bold;
598596
line-height: 1; // TODO: Can this be done cleaner?
@@ -859,8 +857,8 @@ footer {
859857
text-align: center;
860858
}
861859

862-
h1 {
863-
font-size: 2.5em !important; // FIXME
860+
#leadership h1, #faq #faq-wrapper h1, #schedule h1, #hackathon h1 {
861+
font-size: 2.5em;
864862
}
865863

866864
p {

0 commit comments

Comments
 (0)