diff --git a/ground/views/point.php b/ground/views/point.php index 507237c..45a6399 100644 --- a/ground/views/point.php +++ b/ground/views/point.php @@ -1,4 +1,4 @@ -
+
diff --git a/public/css/style.css b/public/css/style.css index 35f5747..9c1713a 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -86,6 +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);} @@ -123,6 +124,7 @@ div#box {background-image: url('/img/back.png'); background-repeat: no-repeat; b padding: 3px!important; margin: 0!important; } + #pageSmoothBackground {display: none;} } @media screen and (max-width:815px) { @@ -141,8 +143,8 @@ div#box {background-image: url('/img/back.png'); background-repeat: no-repeat; b } @media screen and (max-width:640px) { - div.header a img { - width: 100px; - height: 60px; + div.header { + position: initial; + text-align: center; } }