Inputs are now mobile friendly

This commit is contained in:
Lars van Hijfte
2017-01-31 12:47:24 +01:00
parent f26097f55f
commit f67dd019c4

View File

@@ -192,7 +192,7 @@ button.green {
} }
button.gray{ button.gray{
background-color: inherit; background-color: #FFF;
color: #333; color: #333;
} }
@@ -307,8 +307,9 @@ div[data-title]:hover:after {
body { body {
font-size: 28px!important; font-size: 28px!important;
} }
button { button, input {
font-size: 28px; font-size: 28px;
height: 42px;
} }
} }