added and styled container div for status widget to prevent pop in

This commit is contained in:
emma 2024-12-13 15:08:08 -05:00
parent b26fcb1b30
commit 8c7e67aa82
2 changed files with 6 additions and 1 deletions

View File

@ -18,7 +18,9 @@
</p>
<h3>latest status</h3>
<div class="status">
<script src="https://status.lol/emma.js?time&link&fluent&pretty" defer></script>
</div>
<h3>site news</h3>
<ul>

View File

@ -82,3 +82,6 @@ section {
width: 55vw;
}
.status {
height: 120px;
}