Fixing some styling issues in IE

This commit is contained in:
Jeff Avallone 2017-07-30 01:29:18 -04:00
parent 5b401da3d6
commit d2ef260f81
1 changed files with 6 additions and 0 deletions

View File

@ -110,6 +110,7 @@ header {
#content {
padding: rhythm(1);
display: block;
.copy {
background-color: $tan;
@ -243,12 +244,17 @@ header {
position: relative;
@include clearfix;
form {
overflow: hidden;
}
textarea {
@include adjust-font-size-to($base-font-size);
border: 0 none;
outline: none;
background: $tan;
padding: 0 0.5em;
margin-bottom: 0.25em;
width: 100% !important; // "!important" prevents user changing width
box-sizing: border-box;
font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;