@@ -33,6 +33,14 @@ section#breadcrumb {
33
33
/* Echo out a label for the example */
34
34
/*image display size on project finder*/
35
35
}
36
+
37
+ @media (max-width: 767px) {
38
+ #main-content>.container-fluid, #custom-footer .container-fluid {
39
+ padding-left: 5px;
40
+ padding-right: 5px;
41
+ }
42
+ }
43
+
36
44
#main-content h1, #main-content h2, #main-content h3, #main-content h4, #main-content h5 {
37
45
font-family: Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
38
46
font-weight: 500;
@@ -367,11 +375,20 @@ section#breadcrumb {
367
375
#main-content #bannerHubOuter .logo {
368
376
left: 80px;
369
377
top: -25px;
370
- max- width: 250px ;
371
- max- height: 250px ;
378
+ width: 350px ;
379
+ height: 300px ;
372
380
position: absolute;
373
381
z-index: 5;
374
382
}
383
+
384
+ @media (max-width: 767px) {
385
+ #main-content #bannerHubOuter .logo {
386
+ left: 25px;
387
+ width: 250px;
388
+ height: 200px;
389
+ }
390
+ }
391
+
375
392
#main-content #pt-search {
376
393
Min-width: 150px;
377
394
Max-width: 300px;
@@ -712,6 +729,11 @@ section#breadcrumb {
712
729
color: ${ footertextcolor } ;
713
730
text-decoration: none;
714
731
}
732
+
733
+ #custom-footer .navbar-inverse .nav > li {
734
+ color: ${ footertextcolor } ;
735
+ }
736
+
715
737
#custom-footer .navbar-inverse .nav > li > a:hover {
716
738
text-decoration: underline;
717
739
}
@@ -752,8 +774,7 @@ section#breadcrumb {
752
774
}
753
775
754
776
#custom-footer #alaLink.brand {
755
- margin-top:10px;
756
- margin-right: 10px;
777
+ margin: 15px;
757
778
display: inline-block;
758
779
}
759
780
@@ -764,8 +785,7 @@ section#breadcrumb {
764
785
#custom-footer .footer-logo {
765
786
max-height: 100px;
766
787
max-width: 200px;
767
- margin-right:10px;
768
- margin-top: 10px;
788
+ margin: 15px;
769
789
vertical-align: top;
770
790
}
771
791
0 commit comments