Files
paperclip-wallet/assets/styles/about.css
2019-10-15 18:02:18 +02:00

18 lines
207 B
CSS

button {
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
}
h4 {
text-align: center;
color: white;
}
img {
max-width: 100%;
max-height: 100%;
object-fit: scale-down;
}