Browse Source

Ajustes nas fontes do footer e banner.

master
Eduardo Velasques 4 years ago
parent
commit
4a36a7bd07
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      website/src/base/Footer/index.less
  2. +1
    -1
      website/src/components/Banner/index.less

+ 2
- 2
website/src/base/Footer/index.less View File

@ -33,7 +33,7 @@
} }
p { p {
margin-bottom: 0.25em; margin-bottom: 0.25em;
font-size: 0.8em;
font-size: 1em;
} }
} }
@ -143,7 +143,7 @@
.social-links { .social-links {
>a { >a {
margin-right: 10px; margin-right: 10px;
font-size: 1.5em;
font-size: 2em;
} }
} }
} }

+ 1
- 1
website/src/components/Banner/index.less View File

@ -152,7 +152,7 @@
} }
> div { > div {
> p { > p {
font-size: 1em;
font-size: 1.2em;
color: #fff; color: #fff;
@media only screen and (max-width: @header-mobile-width) { @media only screen and (max-width: @header-mobile-width) {
font-size: 1.2em; font-size: 1.2em;


Loading…
Cancel
Save