Added style media queries

This commit is contained in:
Fred Boniface 2022-09-21 09:46:51 +01:00
parent e8678078b8
commit 118dc7357c
1 changed files with 14 additions and 0 deletions

View File

@ -56,6 +56,20 @@ body {
padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
.form-text-small {
width: 50%;
}
.form-text-large {
width: 50%;
}
.form-description {
width: 50%;
}
}
.lookup-button {
background-color: #3c78d8;
color: #f6f5f4;