Simplifying CSS to make it more uniform between the options

This commit is contained in:
eoghan.conlon 2023-08-08 16:38:58 +01:00
parent 9b441d0f30
commit 59ee34f611
2 changed files with 4 additions and 10 deletions

View file

@ -14,15 +14,9 @@ body{
float: left;
}
#password {
background-color: white;
}
#modify {
background-color: white;
}
.boxes {
display: -moz-flex;
background-color: white;
margin-left: 20%;
margin-right: 20%;
}