credit card edit elimated. The new card is a little more fastter. The whirte margin is again eliminated.

This commit is contained in:
unknown 2017-01-06 11:33:55 -04:00
commit af3980d372
3 changed files with 18 additions and 70 deletions

View file

@ -111,7 +111,16 @@
.dropdown.home-dropdown {
display: none;
}
}
html,body{
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
</style>
</head>