31
31
}
32
32
33
33
// Global settings
34
- p { color : var (--text ); font-size : var (--paragraph-size ); }
35
34
.title { color : var (--header ); }
36
35
body { background-color : var (--background ); }
37
36
br { margin-bottom : 20px ; }
38
37
38
+ p {
39
+ color : var (--text );
40
+ font-size : var (--paragraph-size );
41
+ text-align : justify ;
42
+ }
43
+
44
+ @media (max-width : 768px ){
45
+ p {
46
+ text-align : left ;
47
+ }
48
+ }
49
+
50
+
39
51
#navbar {
40
52
// semi transparent
41
53
background-color : rgba (3 , 3 , 3 , 0.9 );
@@ -208,7 +220,7 @@ br { margin-bottom: 20px; }
208
220
}
209
221
}
210
222
211
- @media (max-width : 750 px ){
223
+ @media (max-width : 768 px ){
212
224
height : 50vh ;
213
225
.overlay {
214
226
align-items : flex-end ;
@@ -312,9 +324,6 @@ br { margin-bottom: 20px; }
312
324
#project-summary {
313
325
padding-top : 100px ;
314
326
position : relative ;
315
- .description {
316
- text-align : justify ;
317
- }
318
327
.hydrozoa .button {
319
328
background-color : var (--hydrozoa-bkg );
320
329
border-color : var (--hydrozoa );
@@ -356,12 +365,14 @@ br { margin-bottom: 20px; }
356
365
}
357
366
358
367
#seahawk-II-rov-features {
368
+ display : grid ;
359
369
.features {
360
370
display : flex ;
361
371
flex-wrap : wrap ;
362
372
gap : 1rem ;
363
373
color : var (--text );
364
374
font-size : var (--paragraph-size );
375
+ text-align : justify ;
365
376
}
366
377
367
378
.column {
@@ -400,10 +411,6 @@ br { margin-bottom: 20px; }
400
411
left : 0 ;
401
412
transform : translateY (-50% );
402
413
}
403
-
404
- @media (max-width : 768px ){
405
- grid-template-columns : repeat (auto-fill , minmax (300px , 1fr ));
406
- }
407
414
}
408
415
409
416
#seahawk-II-info-graphic {
@@ -526,7 +533,6 @@ br { margin-bottom: 20px; }
526
533
border-radius : 0px 0px 10px 10px ;
527
534
}
528
535
.feature-description {
529
- text-align : justify ;
530
536
margin-top : 10px ;
531
537
}
532
538
}
@@ -675,9 +681,6 @@ br { margin-bottom: 20px; }
675
681
}
676
682
677
683
#updates {
678
- .description {
679
- text-align : justify ;
680
- }
681
684
.header {
682
685
margin-bottom : 10vh ;
683
686
margin-top : 5vh ;
@@ -808,15 +811,13 @@ br { margin-bottom: 20px; }
808
811
}
809
812
810
813
#team {
811
- .description {
812
- text-align : justify ;
813
- }
814
814
.contents {
815
815
margin-bottom : 10vh ;
816
816
margin-top : 5vh ;
817
817
}
818
818
819
819
.roles {
820
+ text-align : center ;
820
821
height : 40px ;
821
822
font-size : 12px ;
822
823
}
@@ -1201,10 +1202,6 @@ br { margin-bottom: 20px; }
1201
1202
}
1202
1203
1203
1204
#support-us-how-to-donate {
1204
- .description {
1205
- color : var (--text );
1206
- text-align : justify ;
1207
- }
1208
1205
.button {
1209
1206
min-width : 35% ;
1210
1207
min-height : 60px ;
@@ -1352,7 +1349,6 @@ br { margin-bottom: 20px; }
1352
1349
align-items : center ;
1353
1350
text-align : left ;
1354
1351
margin-bottom : 20px ;
1355
- text-align : justify ;
1356
1352
}
1357
1353
1358
1354
.quick-label {
@@ -1370,10 +1366,6 @@ br { margin-bottom: 20px; }
1370
1366
}
1371
1367
1372
1368
#post-content {
1373
- p {
1374
- text-align : justify ;
1375
- color : var (--text );
1376
- }
1377
1369
a {
1378
1370
color : var (--primary );
1379
1371
}
@@ -1467,12 +1459,12 @@ br { margin-bottom: 20px; }
1467
1459
br {
1468
1460
margin-bottom : 1px ;
1469
1461
}
1462
+ .year {
1463
+ text-align : center ;
1464
+ }
1470
1465
}
1471
1466
1472
1467
#comp-awards {
1473
- .description {
1474
- text-align : justify ;
1475
- }
1476
1468
a {
1477
1469
color : var (--primary );
1478
1470
}
@@ -1496,9 +1488,6 @@ br { margin-bottom: 20px; }
1496
1488
.sponsor-card :hover {
1497
1489
transform : scale (1.01 );
1498
1490
}
1499
- .description {
1500
- text-align : justify ;
1501
- }
1502
1491
.contents {
1503
1492
margin-bottom : 10vh ;
1504
1493
margin-top : 5vh ;
@@ -1617,9 +1606,6 @@ br { margin-bottom: 20px; }
1617
1606
1618
1607
1619
1608
#projects-intro {
1620
- .description {
1621
- text-align : justify ;
1622
- }
1623
1609
.header {
1624
1610
margin-bottom : 10vh ;
1625
1611
margin-top : 5vh ;
0 commit comments