1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-01-07 16:54:34 +01:00

fix style of input

This commit is contained in:
Nolan Lawson 2018-01-15 17:37:46 -08:00
parent b09e8c85ab
commit 2bd553d64c

View File

@ -28,12 +28,12 @@
<style> <style>
@media (max-width: 767px) { @media (max-width: 767px) {
input { input {
width: 90%; max-width: 90%;
} }
} }
input { input {
width: 250px; max-width: 250px;
} }
form.add-new-instance { form.add-new-instance {