improve top styling

This commit is contained in:
Ell 2023-05-23 12:36:19 +02:00
parent 8666013866
commit 9f76315d1a
2 changed files with 181 additions and 177 deletions

View file

@ -4,15 +4,14 @@
<h4>A fun simulation game where you mess with people's lives</h4> <h4>A fun simulation game where you mess with people's lives</h4>
<div class="container top-container"> <div class="container top-container">
<h4>Play the demo or buy the game</h4>
<div class="row"> <div class="row">
<div class="col site"> <div class="col site">
<h3>Play the free demo</h3>
<a href="https://ellpeck.itch.io/tiny-life"> <a href="https://ellpeck.itch.io/tiny-life">
<img 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> </a>
</div> </div>
<div class="col site"> <div class="col site">
<h3>Get the game</h3>
<a href="https://store.steampowered.com/app/1651490/Tiny_Life/"> <a href="https://store.steampowered.com/app/1651490/Tiny_Life/">
<img src="media/steam.png" alt="Steam" width="200px" height="auto"></image> <img src="media/steam.png" alt="Steam" width="200px" height="auto"></image>
</a> </a>

View file

@ -37,7 +37,8 @@ body {
} }
.site { .site {
padding-bottom: 20px; padding-top: 20px;
padding-bottom: 30px;
} }
.top-container { .top-container {
@ -172,4 +173,8 @@ body {
padding-top: 40px; padding-top: 40px;
} }
.site {
padding-top: 10px;
padding-bottom: 10px;
}
} }