added and styled container div for status widget to prevent pop in
This commit is contained in:
parent
b26fcb1b30
commit
8c7e67aa82
|
@ -18,7 +18,9 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>latest status</h3>
|
<h3>latest status</h3>
|
||||||
<script src="https://status.lol/emma.js?time&link&fluent&pretty" defer></script>
|
<div class="status">
|
||||||
|
<script src="https://status.lol/emma.js?time&link&fluent&pretty" defer></script>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h3>site news</h3>
|
<h3>site news</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -82,3 +82,6 @@ section {
|
||||||
width: 55vw;
|
width: 55vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.status {
|
||||||
|
height: 120px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue