Commit 0585b960eda79273af3f38181e74f5fa35d3aa44
1 parent
b32ee7afaf
Exists in
master
Codigo identao.
Showing
1 changed file
with
2 additions
and
6 deletions
Show diff stats
src/styles.scss
| ... | ... | @@ -5,11 +5,7 @@ |
| 5 | 5 | html, |
| 6 | 6 | body { |
| 7 | 7 | height: 100%; |
| 8 | - background: linear-gradient( | |
| 9 | - 0deg, | |
| 10 | - #e6e6e6, | |
| 11 | - #fff | |
| 12 | - ); | |
| 8 | + background: linear-gradient(0deg, #e6e6e6, #fff); | |
| 13 | 9 | font-family: bahnschrift; |
| 14 | 10 | overflow: hidden !important; |
| 15 | 11 | } |
| ... | ... | @@ -183,4 +179,4 @@ body { |
| 183 | 179 | |
| 184 | 180 | .w-15 { |
| 185 | 181 | width: 15% !important; |
| 186 | -} | |
| 187 | 182 | \ No newline at end of file |
| 183 | +} |