This commit is contained in:
2023-02-12 00:42:59 +01:00
parent fcc8c268bd
commit b6772fe008

View File

@ -28,3 +28,22 @@ form
display: flex;
flex-direction: column;
}
.InputForm button[type=submit]
{
background-color: #aa0404;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
height: 25px;
max-width: 100%;
width: auto;
}
.InputForm input
{
max-width: 80vw;
min-width: 30vw;
width: 300px;
}