Skip to content

Commit cae2133

Browse files
committed
webmc name in html
1 parent 86c9a94 commit cae2133

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/assets/images/webmc.png

16.4 KB
Loading

src/html/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Web-Minecraft</title>
4+
<title>WebMc</title>
55
<!-- META TAGS -->
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="google-site-verification" content="Sl7OfYkEEcwTl6AEK7AURkxsFKaqsMFo6p1GvpBnzK4" />
@@ -17,7 +17,7 @@
1717
<!-- LOADING SCREEN -->
1818
<div class="initLoading">
1919
<div class="loadingBar text-center">
20-
<img src="assets/images/logo.png">
20+
<img src="assets/images/webmc.png">
2121
<h1 class="loadingText">Loading assets...</h1>
2222
<div class="status"></div>
2323
<img src="assets/images/loadingx.gif">

src/styles/style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,14 @@ body {
9393
.loadingBar {
9494
margin: 0;
9595
position: absolute;
96-
top: 30%;
96+
top: 35%;
9797
left: 50%;
9898
-ms-transform: translate(-50%, -50%);
9999
transform: translate(-50%, -50%);
100100
}
101101

102102
.loadingText {
103-
margin-top: 200px;
103+
margin-top: 100px;
104104
}
105105

106106
.progress {

0 commit comments

Comments
 (0)