@@ -41,7 +41,7 @@ $title-size: 3em;
41
41
text-decoration : none ;
42
42
user-select : none ;
43
43
padding : 10px 20px ;
44
- border-radius : 50 px ;
44
+ border-radius : 20 px ;
45
45
display : inline-block ;
46
46
color : white ;
47
47
cursor : pointer ;
@@ -191,28 +191,37 @@ nav {
191
191
// This lets the different h elements
192
192
// appear to be equally spaced.
193
193
line-height : 0.7 ;
194
- margin-bottom : 30 px ;
194
+ margin-bottom : 40 px ;
195
195
}
196
196
197
197
#bh7 {
198
- font-size : 5.4 em ;
198
+ font-size : 6 em ;
199
199
font-weight : $font-extrabold ;
200
200
}
201
201
202
- #premiere {
203
- font-size : 2.5em ;
204
- font-weight : $font-medium ;
205
- }
206
-
207
202
#dates {
208
- font-size : 1.3 em ;
209
- font-weight : $font-regular ;
203
+ font-size : 2 em ;
204
+ font-weight : $font-extrabold ;
210
205
}
211
206
212
- #register {
213
- @include button ;
214
- padding : 10px 80px ;
215
- font-size : 2em ;
207
+ #action-buttons {
208
+ display : flex ;
209
+ justify-content : space-between ;
210
+ width : 80% ;
211
+
212
+ #register , #discord {
213
+ @include button ;
214
+ font-size : 2.3em ;
215
+ width : 48% ;
216
+ text-align : center ;
217
+ }
218
+
219
+ #discord {
220
+ background-color : $dark-blue ;
221
+ & :hover {
222
+ background-color : lighten ($dark-blue , 5% );
223
+ }
224
+ }
216
225
}
217
226
218
227
// Hero Graphics
@@ -1231,18 +1240,6 @@ footer {
1231
1240
}
1232
1241
1233
1242
#hero {
1234
- #bh7 {
1235
- font-size : 6.4em ;
1236
- }
1237
-
1238
- #premiere {
1239
- font-size : 3em ;
1240
- }
1241
-
1242
- #dates {
1243
- font-size : 1.6em ;
1244
- }
1245
-
1246
1243
#register {
1247
1244
font-size : 2.3em ;
1248
1245
}
@@ -1271,18 +1268,13 @@ footer {
1271
1268
}
1272
1269
1273
1270
#hero {
1274
-
1275
1271
#bh7 {
1276
1272
font-size : 5.0em ;
1277
1273
}
1278
1274
1279
- #premiere {
1280
- font-size : 2.0em ;
1281
- }
1282
-
1283
- #dates {
1284
- font-size : 1.1em ;
1285
- }
1275
+ // #dates {
1276
+ // font-size: 1.7em;
1277
+ // }
1286
1278
1287
1279
#shapes {
1288
1280
right : -100px ;
@@ -1384,6 +1376,20 @@ footer {
1384
1376
1385
1377
@media screen and (max-width : 1220px ) {
1386
1378
1379
+ #hero {
1380
+ #dates {
1381
+ font-size : 1.5em ;
1382
+ }
1383
+
1384
+ #action-buttons {
1385
+ width : 70% ;
1386
+
1387
+ #register , #discord {
1388
+ font-size : 1.7em ;
1389
+ }
1390
+ }
1391
+ }
1392
+
1387
1393
#hackathon #hackathon-content #hackathon-buttons {
1388
1394
width : 100% ;
1389
1395
}
@@ -1512,16 +1518,20 @@ footer {
1512
1518
font-size : 4.2em ;
1513
1519
}
1514
1520
1515
- #premiere {
1516
- font-size : 2.0 em ;
1521
+ #hero-text {
1522
+ margin-top : 10 vh ;
1517
1523
}
1518
1524
1519
1525
#dates {
1520
- font-size : 1.1 em ;
1526
+ font-size : 1.5 em ;
1521
1527
}
1522
1528
1523
- #hero-text {
1524
- margin-top : 10vh ;
1529
+ #action-buttons {
1530
+ width : 60% ;
1531
+
1532
+ #register , #discord {
1533
+ font-size : 1.2em ;
1534
+ }
1525
1535
}
1526
1536
1527
1537
#desk-container {
@@ -1718,18 +1728,23 @@ footer {
1718
1728
1719
1729
p {
1720
1730
line-height : 0.4 ;
1731
+ margin-bottom : 25px ;
1721
1732
}
1722
1733
1723
1734
#bh7 {
1724
- font-size : 2.4 em ;
1735
+ font-size : 3 em ;
1725
1736
}
1726
1737
1727
- #premiere {
1728
- font-size : 1.5 em ;
1738
+ #dates {
1739
+ font-size : 1 em ;
1729
1740
}
1730
1741
1731
- #dates {
1732
- font-size : 0.7em ;
1742
+ #action-buttons {
1743
+ width : 80% ;
1744
+
1745
+ #register , #discord {
1746
+ font-size : 1.2em ;
1747
+ }
1733
1748
}
1734
1749
1735
1750
#desk-container {
@@ -1832,7 +1847,7 @@ footer {
1832
1847
1833
1848
@media screen and (max-width : 320px ) {
1834
1849
1835
- #hero #premiere {
1850
+ #hero #dates {
1836
1851
font-size : 1.2em ;
1837
1852
}
1838
1853
}
0 commit comments