Files

10 lines
108 B
CSS
Raw Permalink Normal View History

.hero-image {
max-width: 7rem;
height: auto;
display: block;
}
.centered-image {
margin: 0 auto;
}