diff --git a/static/css/custom.css b/static/css/custom.css index 63d2fcb..4c48004 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -36,7 +36,6 @@ body.colorscheme-light .avatar img { display: block; height: auto; width: auto; - margin: 0 auto; } @media (max-width: 500px) { @@ -88,7 +87,6 @@ body.colorscheme-light .avatar img { height: auto; width: 100%; max-width: 250px; - margin: 0 auto; } @media (min-width: 500px) { @@ -114,7 +112,6 @@ body.colorscheme-light .avatar img { .content figure.logo > img { display: block; height: 100%; - margin: 0 auto; } @media (min-width: 500px) { @@ -130,3 +127,13 @@ body.colorscheme-light .avatar img { height: 1.6em; } } + +.wp-icon > img { + opacity: 0.7; +} + +@media (max-width: 500px) { + .content figure.icon-inline.wp-icon > img { + display: none; + } +}