more qol changes

This commit is contained in:
Rosia E Evans 2025-05-16 12:26:31 +01:00
parent c406cec6ad
commit 823a8e46d9
6 changed files with 24 additions and 7 deletions

View file

@ -20,6 +20,7 @@ main{
width: 60vw;
margin: auto;
margin-top: 15px;
margin-bottom: 20vh;
padding: 5px;
text-align: center;
}
@ -70,6 +71,7 @@ table{
.white_backing{
background-color: var(--backing);
padding-bottom: 20px;
}
.hover_rotate{
@ -116,4 +118,8 @@ table{
font-size: 2.6rem;
border-bottom: solid var(--text) 2px;
}
ul{
margin: 10px;
}
}