mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-11 17:57:49 +01:00
15 lines
321 B
CSS
15 lines
321 B
CSS
#template-editor-app .card-deck {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
|
grid-gap: .5rem;
|
|
}
|
|
|
|
#template-editor-app .card-deck .card{
|
|
max-width: 480px;
|
|
}
|
|
|
|
#template-editor-app .card-img-top {
|
|
max-height: 210px;
|
|
object-fit: scale-down;
|
|
margin-bottom: auto;
|
|
}
|