mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
Lessening blur.
This commit is contained in:
parent
084b103f5a
commit
74b2771d56
2 changed files with 13 additions and 19 deletions
|
@ -59,17 +59,11 @@
|
|||
rgba(0, 0, 0, 0.6)
|
||||
),
|
||||
url('/images/main_img.webp');
|
||||
background-image:
|
||||
/* Darken */
|
||||
linear-gradient(
|
||||
rgba(0, 0, 0, 0.9),
|
||||
rgba(0, 0, 0, 0.9)
|
||||
),
|
||||
-webkit-filter: blur(5px);
|
||||
-moz-filter: blur(5px);
|
||||
-o-filter: blur(5px);
|
||||
-ms-filter: blur(5px);
|
||||
filter: blur(5px);
|
||||
-webkit-filter: blur(3px);
|
||||
-moz-filter: blur(3px);
|
||||
-o-filter: blur(3px);
|
||||
-ms-filter: blur(3px);
|
||||
filter: blur(3px);
|
||||
|
||||
/* Center and scale the image nicely */
|
||||
background-position: center;
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
</div>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<div class="container">
|
||||
<div class="text-center">
|
||||
<h2>Follow communities anywhere in the world</h2>
|
||||
|
|
Loading…
Reference in a new issue