Footer text wrap solved. (#2508)

* Font size reduced

* Update Footer.module.scss
This commit is contained in:
Rishav Raj
2022-12-27 12:08:49 -08:00
committed by GitHub
parent f8a481ff70
commit 1a9b3f85bb
@@ -1,3 +1,5 @@
$Tablet-breakpoint: 768px;
.footer {
display: flex;
align-items: center;
@@ -28,3 +30,9 @@
flex-direction: row;
}
}
@media (max-width: $Tablet-breakpoint) {
.footer {
font-size: 10px;
}
}