This commit is contained in:
Anna Sudnitsina 2018-03-27 21:53:15 +03:00
parent 7f24f77ab0
commit edd1e25cf8

View File

@ -18,6 +18,7 @@
} }
.header { .header {
position: relative;
dispaly: block; dispaly: block;
color: black; color: black;
background: linear-gradient(#f3f3f3, #e0e0e0); background: linear-gradient(#f3f3f3, #e0e0e0);
@ -86,7 +87,7 @@
#page-preloader { #page-preloader {
position: fixed; position: fixed;
left: 0; left: 0;
top: 100px; top: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
background: #fff; background: #fff;