This commit is contained in:
InesSuess
2019-03-12 12:54:19 +01:00
parent 8f5e577cca
commit 958a1040af
2 changed files with 10 additions and 1 deletions

View File

@ -94,4 +94,8 @@ button:focus{
.btn:focus, .btn:active {
outline: none !important;
box-shadow: none !important;
}
.itemcard{
height: 2%;
}