forked from M3-Academy/desafio-react-e-typescript
style: remoção de repetição desnecessária de font-family e font-style
This commit is contained in:
parent
c720edefc8
commit
571b8743ff
@ -48,8 +48,6 @@ footer {
|
||||
display: flex;
|
||||
color: $white;
|
||||
max-width: 234px;
|
||||
font-family: "Roboto";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 10px;
|
||||
line-height: 12px;
|
||||
|
@ -126,8 +126,6 @@ header {
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom 50% right 16px;
|
||||
background-size: 18px;
|
||||
font-family: "Roboto";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 16px;
|
||||
|
@ -68,8 +68,6 @@ main {
|
||||
}
|
||||
}
|
||||
h1 {
|
||||
font-family: "Roboto";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 24px;
|
||||
line-height: 28px;
|
||||
|
Loading…
Reference in New Issue
Block a user