Decrease create button size

This commit is contained in:
Sanjit Joseph 2022-11-30 22:01:24 -08:00
parent e2b9c98176
commit df80486f45

View File

@ -94,14 +94,16 @@ img#create-btn {
padding-left: 2.5%;
padding-right: 2.5%;
cursor: pointer;
width: 15%;
height: 15%;
width: 10%;
height: 10%;
}
img#create-btn-invis {
opacity: 0%;
width: 15%;
height: 15%;
padding-left: 2.5%;
padding-right: 2.5%;
width: 10%;
height: 10%;
}
.review-container {