Skip to content

Commit

Permalink
web: minor landing page and today CSS tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
romannurik committed Jan 3, 2017
1 parent 0042fcd commit 0e63098
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions web/frontend/html/landing.html
Expand Up @@ -56,10 +56,6 @@
<div class="artdetail-byline"></div>
</div>
</div>

<svg>
<filter id="blur-filter"><feGaussianBlur stdDeviation="20"/></filter>
</svg>
</div>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion web/frontend/styles/landing.scss
Expand Up @@ -330,7 +330,6 @@ body {

.layer-wall-blurred {
filter: blur(10px);
filter: url(#blur-filter);
opacity: .6 !important;
}

Expand Down
3 changes: 2 additions & 1 deletion web/frontend/styles/today.scss
Expand Up @@ -48,7 +48,8 @@ body {
position: relative;
opacity: 0;

@include breakpoint(500px) {
@media only screen and (max-width: (499px)),
only screen and (max-height: (329px)) {
margin: 52px 24px 24px 24px;
}
}
Expand Down

0 comments on commit 0e63098

Please sign in to comment.