diff --git a/css/style.css b/css/style.css index 6b5218c..42624d3 100644 --- a/css/style.css +++ b/css/style.css @@ -146,6 +146,10 @@ textarea::placeholder { justify-content: space-between; } +.input-buttons { + flex-direction: column; +} + .button { display: flex; font-size: 1rem; diff --git a/index.html b/index.html index 05a9391..f990201 100644 --- a/index.html +++ b/index.html @@ -48,9 +48,11 @@
- - - +
+ + + +