diff --git a/src/styles/global.css b/src/styles/global.css index b049845..b13b67a 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -134,4 +134,10 @@ html.dark { .dark a:hover, .dark a:focus { color: #c2deff; +} + +img { + max-width: 100%; + height: auto; + display: block; } \ No newline at end of file