diff --git a/index.html b/index.html index eaf2154e..353de0f3 100644 --- a/index.html +++ b/index.html @@ -834,6 +834,10 @@

Content

padding: 20px; border-radius: 10px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); + display: flex; + flex-direction: column; + align-items: center; + margin: 30px; } #upload h2 { @@ -895,8 +899,7 @@

Content

#submit{ background-color: #876bb1; - margin-left: 40px; - margin-top: 20px; + margin: 20px; }