more qol changes
This commit is contained in:
parent
c406cec6ad
commit
823a8e46d9
6 changed files with 24 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue