diff --git a/assets/css/addremove.css b/assets/css/addremove.css index c0ecd047f..02bd52dbb 100644 --- a/assets/css/addremove.css +++ b/assets/css/addremove.css @@ -55,6 +55,8 @@ body { border-radius: 5px; box-shadow: 0 0 10px var(--chinese-violet_30); width: 300px; + padding-bottom: 30px; + margin-bottom: 20px; text-align: center; } @@ -148,4 +150,16 @@ button:hover { cursor: pointer; height: 20px; width: 25px; -} \ No newline at end of file +} +@media only screen and (max-width: 786px) { + #container{ + height:465px; + } +} +@media only screen and (max-width: 375px) { + #container{ + width: 250px; + height:480px; + padding-bottom: 30px; + } +}