diff --git a/src/wp-content/themes/twentynineteen/sass/media/_media.scss b/src/wp-content/themes/twentynineteen/sass/media/_media.scss
index 3fba8c6472..64e652716d 100644
|
a
|
b
|
object { |
| 20 | 20 | .avatar { |
| 21 | 21 | border-radius: 100%; |
| 22 | 22 | display: block; |
| 23 | | height: calc(2.25 * #{$size__spacing-unit}); |
| | 23 | height: auto; |
| 24 | 24 | min-height: inherit; |
| 25 | | width: calc(2.25 * #{$size__spacing-unit}); |
| | 25 | width: auto; |
| 26 | 26 | } |
| 27 | 27 | |
| 28 | 28 | svg { |
diff --git a/src/wp-content/themes/twentynineteen/style.css b/src/wp-content/themes/twentynineteen/style.css
index b6bf1c067a..14ecc36749 100644
|
a
|
b
|
object { |
| 6476 | 6476 | .avatar { |
| 6477 | 6477 | border-radius: 100%; |
| 6478 | 6478 | display: block; |
| 6479 | | height: calc(2.25 * 1rem); |
| | 6479 | height: auto; |
| 6480 | 6480 | min-height: inherit; |
| 6481 | | width: calc(2.25 * 1rem); |
| | 6481 | width: auto; |
| 6482 | 6482 | } |
| 6483 | 6483 | |
| 6484 | 6484 | svg { |