Fixed issue with too much margin on vipps-element

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-22 13:45:12 +01:00
parent 6b34516d0e
commit 71ddec0619

View File

@@ -24,7 +24,7 @@
flex-direction: column; flex-direction: column;
color: white; color: white;
text-align: center; text-align: center;
padding: 25px 30px 25px 25px; padding: 25px;
width: 250px; width: 250px;
margin: auto 0; margin: auto 0;
} }
@@ -57,4 +57,4 @@
font-weight: 600; font-weight: 600;
font-size: 1rem; font-size: 1rem;
} }
</style> </style>