#36: Followup request doesn't actually send, everything else works
This commit is contained in:
parent
4be0b9ce08
commit
c75bdb9e5e
8 changed files with 189 additions and 104 deletions
|
|
@ -365,6 +365,14 @@ th {
|
|||
/* phones, and, indeed, smaller phones. Adapted to touch; display radically
|
||||
* decluttered */
|
||||
@media all and (max-device-width: 768px) {
|
||||
button, input, select {
|
||||
background-color: rgb( 50, 109, 177);
|
||||
color: white;
|
||||
font-size: 1.1em;
|
||||
padding: 0.25em 1em;
|
||||
border-radius: 0.5em;
|
||||
}
|
||||
|
||||
footer {
|
||||
display: none;
|
||||
}
|
||||
|
|
@ -375,14 +383,6 @@ th {
|
|||
padding-left: 75px;
|
||||
}
|
||||
|
||||
input, select {
|
||||
background-color: rgb( 50, 109, 177);
|
||||
color: white;
|
||||
font-size: 1.1em;
|
||||
padding: 0.25em 1em;
|
||||
border-radius: 0.5em;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue