Browse Source

Footer text wrap solved. (#2508)

* Font size reduced

* Update Footer.module.scss
pull/2501/head
Rishav Raj 3 years ago committed by GitHub
parent
commit
1a9b3f85bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      web/components/ui/Footer/Footer.module.scss

8
web/components/ui/Footer/Footer.module.scss

@ -1,3 +1,5 @@ @@ -1,3 +1,5 @@
$Tablet-breakpoint: 768px;
.footer {
display: flex;
align-items: center;
@ -28,3 +30,9 @@ @@ -28,3 +30,9 @@
flex-direction: row;
}
}
@media (max-width: $Tablet-breakpoint) {
.footer {
font-size: 10px;
}
}

Loading…
Cancel
Save