small changes to prev commit
parent
e25db0b419
commit
307df57d50
|
|
@ -40,7 +40,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="log" id="log">
|
||||
Logs will appear here... <br>
|
||||
<div class="log-desc">Logs</div><br>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -78,6 +78,16 @@ button:hover {
|
|||
gap: 15px;
|
||||
align-items: center;
|
||||
}
|
||||
.log-desc {
|
||||
text-align: center;
|
||||
font-size: 2vw;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
width: 100%;
|
||||
padding: 0%;
|
||||
/* todo: REMOVE */
|
||||
border: 1px solid red;
|
||||
}
|
||||
.log {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue