diff --git a/src/style.css b/src/style.css index 8b13789..5dec518 100644 --- a/src/style.css +++ b/src/style.css @@ -1 +1,15 @@ +.buttonView { + display: flex; + justify-content: center; + gap: 1em; + margin: 1em; +} +@media (max-width: 400px) { + .buttonView { + flex-direction: column; + width: 12em; + margin: auto; + margin-top: 1em; + } +}