mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +01:00
shrink background image
This commit is contained in:
parent
74d45ffd8b
commit
9ca20c56a3
3 changed files with 1 additions and 5 deletions
|
@ -25,7 +25,3 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
$(".top").css("background-position", `${Math.random() * 100}% ${Math.random() * 100}%`);
|
||||
</script>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.5 MiB After Width: | Height: | Size: 866 KiB |
|
@ -13,7 +13,7 @@ body {
|
|||
|
||||
.top {
|
||||
background-image: url("media/large_background.png");
|
||||
background-size: 400%;
|
||||
background-size: cover;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue