File tree Expand file tree Collapse file tree 2 files changed +61
-7
lines changed Expand file tree Collapse file tree 2 files changed +61
-7
lines changed Original file line number Diff line number Diff line change 43
43
{% for page in site.pages %}
44
44
< a href ="{{ page.url | relative_url }} " target ="_self "> {{ page.title }}</ a >
45
45
{% endfor %}
46
+ {% if site.presskit_download_link %}
47
+ < a href ="{{ site.presskit_download_link }} "> Press Kit</ a >
48
+ {% endif %}
46
49
</ div >
47
50
</ footer >
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ header {
147
147
width : 100% ;
148
148
align-items : center ;
149
149
justify-content : flex-end ;
150
-
150
+
151
151
margin-left : 15px ;
152
152
height : 115px ;
153
153
@@ -551,6 +551,41 @@ nav > ul li a:active {
551
551
padding-left : 15px ;
552
552
}
553
553
554
+ }
555
+
556
+ @media only screen and (max-width : 375px ) {
557
+
558
+ .features {
559
+ flex-grow : 1 ;
560
+ flex-direction : row ;
561
+ flex-wrap : wrap ;
562
+ margin-top : 11px ;
563
+ }
564
+
565
+ .feature {
566
+ display : flex ;
567
+ padding-top : 41px ;
568
+ padding-left : 0px ;
569
+ padding-right : 0px ;
570
+ width : 100% ;
571
+ }
572
+
573
+ .feature :nth-child (-n +3 ) {
574
+ padding-top : 41px ;
575
+ }
576
+
577
+ .feature :nth-child (1 ) {
578
+ padding-top : 0px ;
579
+ }
580
+
581
+ .feature :nth-child (3 n ) {
582
+ padding-right : 0px ;
583
+ }
584
+
585
+ .feature :nth-child (3 n +1 ) {
586
+ padding-left : 0px ;
587
+ }
588
+
554
589
}
555
590
556
591
@@ -562,7 +597,6 @@ footer {
562
597
display : flex ;
563
598
flex-wrap : wrap ;
564
599
justify-content : center ;
565
- align-content : center ;
566
600
}
567
601
568
602
.footerText {
@@ -578,15 +612,13 @@ footer {
578
612
.footerIcons {
579
613
padding-bottom : 70px ;
580
614
display : flex ;
615
+ flex : 0 0 100% ;
616
+ justify-content : center ;
581
617
}
582
618
583
619
.footerLinks {
584
- color : $footer-text-color ;
585
- display : block ;
586
- line-height : 1.5 ;
587
- width : 100% ;
620
+ display : flex ;
588
621
text-align : center ;
589
- padding-top : 0px ;
590
622
padding-bottom : 70px ;
591
623
}
592
624
@@ -598,6 +630,25 @@ footer {
598
630
margin-right : 0px ;
599
631
}
600
632
633
+
634
+ @media only screen and (max-width : 768px ) {
635
+
636
+ .footerLinks {
637
+ flex-direction : column ;
638
+ }
639
+
640
+ .footerLinks a {
641
+ justify-content : stretch ;
642
+ margin-right : 0px ;
643
+ margin-top : 20px ;
644
+ }
645
+
646
+ .footerLinks a :first-child {
647
+ margin-top : 0px ;
648
+ }
649
+
650
+ }
651
+
601
652
@media only screen and (max-width : 992px ) {
602
653
603
654
.footerText {
You can’t perform that action at this time.
0 commit comments