feat(style): ensure full-width buttons in card blocks

Adjusted button styles within card blocks to span the full width and tightened the margin at the top to just 1px. This enhancement improves consistency across UI components and enhances the visual appeal of card elements, making actions more obvious and accessible to users.
This commit is contained in:
Kumi 2024-04-13 08:20:30 +02:00
parent 66fc9eac77
commit f01858fb1e
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -60,3 +60,8 @@ form {
#panorama {
height: 500px;
}
.card-block .btn {
width: 100%;
margin-top: 1px;
}