diff --git a/Modal/style.css b/Modal/style.css index b564c32..5b7e581 100644 --- a/Modal/style.css +++ b/Modal/style.css @@ -105,3 +105,16 @@ footer { left: 5px; color: white; } +@media (max-width: 600px) { + body { + text-align: center; + } + .modal { + width: 80vw; + margin: auto; + height: 50vh; + position: absolute; + padding: 20px; + right: 7%; + } +}