10 lines
108 B
CSS
10 lines
108 B
CSS
|
|
.hero-image {
|
||
|
|
max-width: 7rem;
|
||
|
|
height: auto;
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.centered-image {
|
||
|
|
margin: 0 auto;
|
||
|
|
}
|