@@ -430,7 +430,10 @@ input[type=checkbox] label{
430430 font-weight : normal;
431431 font-weight : 400 ;
432432 color : rgba (255 , 255 , 255 , 100 );
433- padding : 12px 0px 15px 20px ;
433+ padding : 0.25em 0.5em 0.25em 0.5em ;
434+ min-width : 2.5em ;
435+ display : block;
436+ padding : 0.65em 1.5em 0.5em 1.5em ;
434437}
435438
436439input [type = button ] > # nobutton {
@@ -461,16 +464,15 @@ input[type=button] > #nobutton {
461464.grid-row {
462465 display : grid;
463466 grid-template-columns : repeat (auto-fit, minmax (200px , 1fr ));
464- /* grid-template-columns: 25fr 15fr 20fr 15fr 25fr; */
465-
466- /* grid-template-columns: minmax(20px, 25px) minmax(20px, 25px) minmax(20px, 25px) minmax(20px, 25px) minmax(20px, 25px); */
467467 /* See col-nav-grp padding*/
468468 background-color : rgb (0 , 84 , 174 );
469469 width : 100% ;
470470 min-height : fit-content;
471471 text-align : center;
472472 align-items : center;
473- padding-left : 1.25em ;
473+ padding-top : 0.5em ;
474+ padding-left : 0.5em ;
475+ padding-right : 0.75em ;
474476}
475477
476478.col {
@@ -483,8 +485,6 @@ input[type=button] > #nobutton {
483485 vertical-align : middle;
484486}
485487
486- /* dev only
487- /* outline: dotted; outline-color: orangered;*/
488488
489489.col : nth-child (1 ) {
490490 align-items : flex-start;
@@ -518,7 +518,8 @@ input[type=button] > #nobutton {
518518 font-weight : 400 ;
519519 display : flex;
520520 direction : row;
521- overflow : hidden;
521+ flex : 1 ;
522+ /* overflow: hidden; */
522523 /* padding: 12px 0px 15px 20px; */
523524}
524525
@@ -559,6 +560,9 @@ input[type=button] > #nobutton {
559560}
560561
561562.clear-filters {
563+ font-style : normal;
564+ font-weight : 400 ;
565+ font-size : 16px ;
562566 display : flex;
563567 flex-direction : row;
564568 padding-left : 0.25em ; /* offset to right; treat searchbar + X as one*/
@@ -730,7 +734,7 @@ input:focus {
730734 grid-template-columns : repeat (3 , minmax (360px , 480px ));
731735 grid-auto-rows : 1fr ; /* Assure all rows are same height */
732736 align-items : self-start;
733- grid-gap : 0.25 rem ;
737+ grid-gap : 0.5 em ;
734738 /* margin-top: 1.25rem; */
735739 margin-bottom : 2rem ;
736740 padding-bottom : 100px ;
@@ -740,7 +744,6 @@ input:focus {
740744.card {
741745 display : flex;
742746 flex-direction : column;
743- height : 100% ;
744747 font-family : var (--bs-body-font-family );
745748 font-style : normal;
746749 font-weight : 400 ;
@@ -749,6 +752,8 @@ input:focus {
749752 background-color : rgba (255 , 255 , 255 , 100 );
750753 border-radius : 7px ;
751754 box-shadow : 2px 2px 2px rgba (174 , 174 , 174 , 0.2 );
755+ height : 100% ;
756+ width : auto;
752757 min-height : 22vh ;
753758 text-align : left;
754759 padding : 1.0em ;
@@ -841,8 +846,7 @@ input:focus {
841846
842847.nav-page-row {
843848 display : grid;
844- grid-template-columns : repeat (auto-fit, minmax (200px , 1fr ));
845- grid-template-rows : 1fr ;
849+ grid-template-columns : 16% 12% 14% 32% 14% 12% ;
846850 grid-gap : 0.5rem ;
847851 padding-top : 0.5em ;
848852 padding-bottom : 0.5em ;
@@ -852,15 +856,16 @@ input:focus {
852856 vertical-align : middle;
853857 min-height : 92px ;
854858 width : 100% ;
855- padding-left : 1.25em ;
859+ padding-left : 1.5em ;
860+ /* margin-left: 0.25em; */
856861 /* margin-right: 2.0em; */
857862}
858863
859- @media (max-width : 500px ) {
864+ /* @media (max-width: 500px) {
860865 div {
861- grid-template-columns : repeat (5 , minmax (100 px , 1fr ));
866+ grid-template-columns: repeat(6 , minmax(150px , 1fr));
862867 }
863- }
868+ } */
864869
865870.nav-ctrls {
866871 font-family : var (--bs-header-font-family );
@@ -870,10 +875,10 @@ input:focus {
870875 display : flex;
871876 flex-direction : row;
872877 /* vertical-align: middle; */
873- justify-content : center;
874- align-self : center;
878+ /* justify-content: center;
879+ align-self: center; */
875880 text-align : center;
876- align-items : stretch;
881+ /* align-items: stretch; */
877882 /* column-gap: 0.875rem; */
878883 font-size : 20px ;
879884 /* margin-left: 8.0em; */
@@ -1294,7 +1299,10 @@ a:hover {
12941299
12951300# footer-container {
12961301 display : flex;
1302+ flex-direction : row;
12971303 justify-content : space-between;
1304+ /* flex-shrink: 1; */
1305+ max-height : 1.5em ;
12981306}
12991307
13001308# footer-blk-2 {
@@ -1338,14 +1346,14 @@ a:hover {
13381346 flex-direction : column;
13391347 height : 100% ;
13401348 flex-basis : 12% ;
1341- flex-shrink : 3 ;
1349+ flex-shrink : 2 ;
13421350 max-width : auto;
13431351 /* width:fit-content !important; */
13441352 /* flex: 0 1 auto; */
13451353 margin-top : 0.20rem ;
1346- padding-left : 0.5em ;
1354+ /* padding-left: 0.5em; */
13471355 padding-right : 0.25em ;
1348- /* margin-right:-0.5em; */
1356+ margin-right : 0.15 em ;
13491357}
13501358
13511359.right-column {
@@ -1450,27 +1458,7 @@ a:hover {
14501458 flex-direction : column;
14511459 justify-content : flex-start;
14521460 flex-grow : 1 ;
1453- padding-left : 0.5em ;
1461+ /* padding-left: 0.5em; */
14541462 /* flex-shrink: 0; */
14551463 /* width:fit-content; */
14561464}
1457-
1458-
1459- /* .collapse {
1460- &:not(.show) {
1461- display: none;
1462- }
1463- }
1464- .collapsing {
1465- height: 0;
1466- overflow: hidden;
1467- @include transition($transition-collapse);
1468-
1469- &.collapse-horizontal {
1470- width: 0;
1471- height: auto;
1472- @include transition($transition-collapse-width);
1473- }
1474- } */
1475-
1476-
0 commit comments