1
1
@import "@uswds/uswds/dist/css/uswds.css" ;
2
2
3
+ html , body {
4
+ width : 100vw ;
5
+ margin : 0 ;
6
+ padding : 0 ;
7
+ overflow-x : hidden;
8
+ }
9
+
3
10
header {
4
11
display : flex;
5
12
flex-direction : column;
@@ -35,13 +42,13 @@ main {
35
42
36
43
h1 {
37
44
color : # 093f8e ;
38
- font-size : 1.9 em ;
39
- margin : 3 % 2 % 0 2 % ;
45
+ font-size : 1.5 rem ;
46
+ margin : 1 rem 0 ;
40
47
}
41
48
42
49
.logo {
43
- width : 120 px ;
44
- height : 40 px ;
50
+ width : 90 px ;
51
+ height : auto ;
45
52
margin-right : 10px ;
46
53
}
47
54
@@ -346,6 +353,7 @@ a.usa-link:visited {
346
353
/* Projects */
347
354
# content-container {
348
355
margin-top : 5% ;
356
+ width : 95vw ;
349
357
}
350
358
351
359
.grid-container-projects {
@@ -363,6 +371,8 @@ a.usa-link:visited {
363
371
364
372
.dashboard-container {
365
373
display : flex;
374
+ flex-direction : column;
375
+ align-items : center;
366
376
}
367
377
368
378
.search-styling {
@@ -424,7 +434,7 @@ section:active {
424
434
425
435
.outer-project-template {
426
436
height : fit-content;
427
- width : 60 vw ;
437
+ width : 90 vw ;
428
438
}
429
439
430
440
.container-project-template {
@@ -501,13 +511,15 @@ section:active {
501
511
502
512
.search-and-sort {
503
513
display : flex;
504
- justify-content : space-evenly;
514
+ flex-direction : column;
515
+ align-items : center;
516
+ margin : 10% ;
505
517
}
506
518
507
519
.sort-styling {
508
520
display : flex;
509
- margin-top : -25 px ;
510
- justify-content : space-evenly ;
521
+ flex-direction : column ;
522
+ align-items : flex-start ;
511
523
}
512
524
513
525
.project-search {
@@ -566,7 +578,6 @@ section:active {
566
578
567
579
.summary-table {
568
580
display : flex;
569
- width : 75% ;
570
581
flex-direction : column;
571
582
align-items : stretch;
572
583
}
@@ -597,10 +608,7 @@ section:active {
597
608
.graph-box {
598
609
display : flex;
599
610
width : 100% ;
600
- height : 600px ;
601
611
background-color : # E0EAF8 ;
602
- /* align-items: stretch;
603
- justify-content: center; */
604
612
flex-direction : column;
605
613
margin-bottom : 5% ;
606
614
border-radius : 30px ;
@@ -618,11 +626,13 @@ section:active {
618
626
}
619
627
620
628
.usa-button-group {
621
- margin : 2% 0 -15% 3% ;;
629
+ display : flex;
630
+ flex-direction : row;
631
+ margin : 2%
622
632
}
623
633
624
634
embed {
625
- min-width : 500 px ;
635
+ min-width : 315 px ;
626
636
}
627
637
628
638
.usa-modal {
@@ -658,6 +668,7 @@ embed {
658
668
border-radius : 30px ;
659
669
background-color : # 0A3F8D ;
660
670
box-shadow : rgba (50 , 50 , 93 , 0.25 ) 0px 2px 5px -1px , rgba (0 , 0 , 0 , 0.3 ) 0px 1px 3px -1px ;
671
+ width : fit-content;
661
672
}
662
673
663
674
.modal-button : hover {
@@ -678,4 +689,61 @@ embed {
678
689
iframe : focus , [href ]: focus , [tabindex ]: focus , [contentEditable = true ]: focus {
679
690
outline : none;
680
691
outline-offset : 0rem ;
692
+ }
693
+
694
+ @media screen and (min-width : 768px ) {
695
+ h1 {
696
+ font-size : 1.9em ;
697
+ margin : 3% 2% 0 2% ;
698
+ }
699
+
700
+ .logo {
701
+ width : 120px ;
702
+ }
703
+
704
+ .dashboard-container {
705
+ flex-direction : row;
706
+ align-items : normal;
707
+ }
708
+
709
+ .search-and-sort {
710
+ justify-content : space-evenly;
711
+ flex-direction : row;
712
+ align-items : center;
713
+ margin : 0 ;
714
+ }
715
+
716
+ .sort-styling {
717
+ flex-direction : row;
718
+ margin-top : -25px ;
719
+ justify-content : space-evenly;
720
+ }
721
+
722
+ # content-container {
723
+ width : auto;
724
+ }
725
+
726
+ .outer-project-template {
727
+ width : 60vw ;
728
+ }
729
+
730
+ .summary-table {
731
+ width : 75% ;
732
+ }
733
+
734
+ .usa-button-group {
735
+ margin : 2% 0 -15% 3% ;;
736
+ }
737
+
738
+ embed {
739
+ min-width : 500px ;
740
+ }
741
+
742
+ .graph-box {
743
+ height : 600px ;
744
+ }
745
+ }
746
+
747
+ @media screen and (min-width : 1024px ) {
748
+
681
749
}
0 commit comments