mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-11 17:57:49 +01:00
9 lines
126 B
CSS
9 lines
126 B
CSS
|
.lead {
|
||
|
max-width: 36em;
|
||
|
text-align: center;
|
||
|
margin: 0 auto 2.5rem;
|
||
|
}
|
||
|
.lead :last-child {
|
||
|
margin-bottom: 0;
|
||
|
}
|