mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +01:00
some styling improvements to the site
This commit is contained in:
parent
67ce04ad73
commit
690e76d59b
3 changed files with 32 additions and 12 deletions
|
@ -5,12 +5,12 @@
|
|||
</p>
|
||||
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-auto">
|
||||
<a class="twitter-timeline" href="https://twitter.com/TinyLifeGame" width="400" height="600"></a>
|
||||
<div class="col-auto" style="padding: 10px;">
|
||||
<a class="twitter-timeline" href="https://twitter.com/TinyLifeGame" width="350" height="600"></a>
|
||||
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<iframe id="discord-widget" title="Ellpeck Games Discord server" width="400" height="600" allowtransparency="true" frameborder="0" src="https://discordapp.com/widget?id=181435613147430913&theme=light"></iframe>
|
||||
<div class="col-auto" style="padding: 10px;">
|
||||
<iframe id="discord-widget" title="Ellpeck Games Discord server" width="350" height="600" allowtransparency="true" frameborder="0" src="https://discordapp.com/widget?id=181435613147430913&theme=light"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div id="top" class="top d-flex justify-content-center align-items-center vh-100">
|
||||
<div class="top-content">
|
||||
<image src="media/logo.png" width="100%" height="auto" alt="Tiny Life"></image>
|
||||
<img src="media/logo.png" width="100%" height="auto" alt="Tiny Life"></image>
|
||||
<h4>A fun simulation game where you mess with people's lives</h4>
|
||||
|
||||
<div class="container top-container">
|
||||
|
@ -8,13 +8,13 @@
|
|||
<div class="col site">
|
||||
<h3>Play the free beta</h3>
|
||||
<a href="https://ellpeck.itch.io/tiny-life">
|
||||
<image src="media/itch.png" alt="itch.io" width="200px" height="auto"></image>
|
||||
<img src="media/itch.png" alt="itch.io" width="200px" height="auto"></image>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col site">
|
||||
<h3>Wishlist and play</h3>
|
||||
<a href="https://store.steampowered.com/app/1651490/Tiny_Life/">
|
||||
<image src="media/steam.png" alt="Steam" width="200px" height="auto"></image>
|
||||
<img src="media/steam.png" alt="Steam" width="200px" height="auto"></image>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -148,3 +148,23 @@ body {
|
|||
padding: 20px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
@media (max-width: 576px) {
|
||||
|
||||
.top-content {
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
.top-container img {
|
||||
max-width: 150px;
|
||||
}
|
||||
|
||||
.top-container h3 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.top-content {
|
||||
padding-top: 40px;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue