Soem changes to the SMP website

This commit is contained in:
Richard Mikloš 2024-01-17 10:37:05 +01:00
parent abcfc23346
commit 8f18be71d2
2 changed files with 18 additions and 11 deletions

@ -190,3 +190,8 @@ header ul {
header ul li { header ul li {
list-style: circle; list-style: circle;
} }
.feature-list {
width: 50%;
margin: auto;
}

@ -2,6 +2,7 @@
<h1 class="title">Vitaj na oficiálnej AdlerkaSMP stránke</h1> <h1 class="title">Vitaj na oficiálnej AdlerkaSMP stránke</h1>
<p>Najlepší Minecraft™ server na Adlerke</p> <p>Najlepší Minecraft™ server na Adlerke</p>
<hr> <hr>
<wrapper class="feature-list">
<ul> <ul>
<p>Čo u nás môžeš nájsť?</p> <p>Čo u nás môžeš nájsť?</p>
<li>Vlastné pluginy</li> <li>Vlastné pluginy</li>
@ -15,4 +16,5 @@
<li>ModelManager</li> <li>ModelManager</li>
</ul> </ul>
</ul> </ul>
</wrapper>
</header> </header>