Finishing up style fixes across pages

This commit is contained in:
ndaniel1102 2021-04-19 22:33:24 +02:00
parent db347e14ec
commit b88a4d9c9e
10 changed files with 200 additions and 123 deletions

View file

@ -16,6 +16,11 @@ body {
cursor: default;
}
img {
margin: 10px;
border: 2px solid white;
}
li {
padding: 2px 0px;
}
@ -412,6 +417,21 @@ select:hover {
border: 1px solid #f2cb05;
}
.checkbContainer {
display: flex;
justify-content: center;
align-items: center;
margin: 10px 0px 0px 0px;
}
.checkbContainer > input {
width: 5%;
background-color: #9c9c98;
color: azure;
font-family: inherit;
margin-bottom: 5px;
}
.selectContainer {
display: flex;
justify-content: center;