Browse Source

centrage du bouton inscrivez vous

kolsim 1 year ago
parent
commit
9dcea5f0f0
1 changed files with 5 additions and 6 deletions
  1. 5 6
      style.css

+ 5 - 6
style.css

@@ -138,7 +138,7 @@ p#adresse {
 }
 
 #intro {
-    padding: 0 13rem 30px 8rem;
+    padding: 0 0 40px 0;
     background-color: #dcf094;
     font-size: 23px;
     line-height: 32px;
@@ -176,18 +176,17 @@ p#adresse {
 }
 
 #intro .button {
-    margin: 0 0 520px 0;
-    position: absolute;
-    right: 46rem;
+    margin: auto;
+    margin-bottom: 520px;
 }
 
 #intro p {
+    padding: 0 13rem 0 8rem;
     margin-bottom: 30px;
 }
 
 #intro p.first {
-    padding-top: 600px;
-    padding-right: 22rem;
+    padding-right: 31rem;
     margin-top: 0;
 }