Update Submit Button's Font Size & Problem Info Padding's (#97)
This commit is contained in:
parent
de4ee1a655
commit
77b441eb5e
2 changed files with 2 additions and 1 deletions
|
@ -424,7 +424,7 @@ ul.problem-list {
|
|||
height: 25px;
|
||||
width: 98%;
|
||||
display: table;
|
||||
padding: 5px;
|
||||
padding: 5px 10px;
|
||||
margin-top: 14px;
|
||||
border: solid;
|
||||
border-color: black;
|
||||
|
|
|
@ -834,6 +834,7 @@ button:hover, button:focus {
|
|||
-ms-transition: all 0.3s ease;
|
||||
transition: all 0.3s ease;
|
||||
span {
|
||||
font-size: 15px;
|
||||
margin-left: -20px;
|
||||
-moz-transition: all 0.3s ease;
|
||||
-o-transition: all 0.3s ease;
|
||||
|
|
Loading…
Reference in a new issue