We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06937b6 commit 5e5dfd7Copy full SHA for 5e5dfd7
assets/css/bpd.css
@@ -505,7 +505,7 @@ ul.speaking-list {
505
.footer-grid {
506
display: grid;
507
grid-template-columns: repeat(3, 1fr);
508
- gap: 60px;
+ gap: 50px;
509
}
510
511
.footer-col {
@@ -542,3 +542,21 @@ ul.speaking-list {
542
font-size: 0.875em;
543
color: #555;
544
545
+@media (max-width: 768px) {
546
+ .footer-grid {
547
+ grid-template-columns: 1fr;
548
+ gap: 30px;
549
+ }
550
+
551
+ .footer-col h3 {
552
+ font-size: 1.5em;
553
554
555
+ .footer-col ul li a {
556
+ font-size: 14px;
557
558
559
+ .footer-bottom {
560
+ font-size: 0.75em;
561
562
+}
0 commit comments