FIX - положение размазанного фона на страницах точки и статьи
This commit is contained in:
parent
20c00aeb4e
commit
ffdbf85cfd
|
|
@ -86,7 +86,7 @@ div#box {background-image: url('/img/back.png'); background-repeat: no-repeat; b
|
|||
|
||||
/* ------------- PAGE --------------------*/
|
||||
.coords-container {text-align: right; margin-bottom: 20px; color: #777;font-size: 0.9em;}
|
||||
#pageSmoothBackground {z-index: -100; width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-size: cover; -webkit-filter: blur(10px);}
|
||||
#pageSmoothBackground {z-index: -100; width: 106%; height: 106%; position: fixed; top: -3%; left: -3%; background-size: cover; -webkit-filter: blur(10px);}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue