diff --git a/computer-science-blog/css/presentation-imports.css b/computer-science-blog/css/presentation-imports.css index 07b90c4..d568cc6 100644 --- a/computer-science-blog/css/presentation-imports.css +++ b/computer-science-blog/css/presentation-imports.css @@ -5,7 +5,7 @@ html, body { img { width: 50%; box-shadow: 3px 3px 6px 2px rgba(10,10,10,0.5); - margin: 10px; + margin: 10px 0; border-radius: 6px; } @media screen and (max-width: 1000px) { @@ -30,7 +30,7 @@ img { } @media screen and (max-width: 600px) { img { - width: calc(100% - 15px); + width: 100%; } }