update for width .. FF fix

This commit is contained in:
Jason White 2017-05-02 10:02:42 -04:00
parent a63bf006d6
commit 6fbd8457c1

View File

@ -1031,6 +1031,7 @@ font-size: 1.3em;
width: 35%; width: 35%;
} }
#error-notification { #error-notification {
text-align: center; text-align: center;
border-radius: 4px; border-radius: 4px;
@ -1041,3 +1042,7 @@ font-size: 1.3em;
font-size: 12px; font-size: 12px;
padding: 10px; padding: 10px;
} }
.col-md-8 {
width: 95% !important;
}