GITLAB
Martin Macola
/ autoservicio
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
4ddf811ea82df4bf07c1a4d02fb6692f0ad3430e
Authored by
Marcelo Puebla
2019-08-05 16:41:35 -0300
1 parent
f69879a7cc
Exists in
master
Cambio en efecto blur.
Showing
1 changed file
with
2 additions
and
3 deletions
Show diff stats
src/styles.scss
Side-by-side Diff
Inline Diff
src/styles.scss
Diff comments
View file @
4ddf811
...
...
@@ -5,7 +5,6 @@ body {
5
5
}
6
6
7
7
.blur {
8
- /* Add the blur effect */
9
- filter: blur(8px);
10
- -webkit-filter: blur(8px);
8
+ filter: blur(10px);
9
+ -webkit-filter: blur(10px);
11
10
}