Minor fixes

This commit is contained in:
Ebsku 2023-06-23 15:36:15 +03:00
parent eb65ba50c2
commit 8be81e8001
4 changed files with 7 additions and 22 deletions

View File

@ -59,7 +59,8 @@
<br />
We started Elatteria because we wanted to have a name for our group. Our
goal is to make entartaining projects for everyone. We didnt have
goal is to make entartaining
<a class="link" href="/projects">projects</a> for everyone. We didnt have
Elatteria at first. We wanted to make a Minecraft server but then we got a
idea of making a group so we can make more projects together as a team.

View File

@ -12,22 +12,12 @@
<li><a href="/projects">Projects</a></li>
<li><a href="/links">Links</a></li>
<li><a href="/about">About</a></li>
<div class="right">
<li>
<button><a href="/ecafe/playnow">Play now!</a></button>
</li>
</div>
</ul>
<ul class="mobile">
<li class="logo"><a href="/">Home</a></li>
<li><a href="/projects">Projects</a></li>
<li><a href="/links">Links</a></li>
<li><a href="/about">About</a></li>
<div class="right">
<li>
<button><a href="/ecafe/playnow">Play now!</a></button>
</li>
</div>
</ul>
</nav>
</header>

View File

@ -35,8 +35,10 @@
</figure>
<figcaption class="description">
1. Go to Multiplayer<br />
2. Click add server <br />
3. Type "mc.elatteria.com" in the "Server Adress" field
2. Press add server<br />
3. Type "mc.elatteria.com" in the "Server Adress" field <br />
4. Press done<br />
5. Join E-Cafe and have fun!<br />
</figcaption>
<img
src="../Images/Screenshots/serveradded.png"

View File

@ -101,14 +101,6 @@ li button {
width: 70px;
}
li button:hover {
padding: 0;
}
.right {
float: right;
}
.active {
font-weight: 700;
}