various input styles

This commit is contained in:
Andrew Croce
2018-07-24 17:20:38 -04:00
parent 51ed8c2169
commit 8ea1fd6565
5 changed files with 244 additions and 3 deletions

View File

@@ -23,3 +23,7 @@
position: unset;
width: unset;
}
@mixin line-max {
max-width: 45em;
}