Trabis commited on
Commit
680756b
·
verified ·
1 Parent(s): ed4f0e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -304,8 +304,8 @@ body {
304
  font-weight: 700 !important;
305
  color: white !important; /* Texte en blanc */
306
  background-color: #3e2b1f !important; /* Fond marron foncé */
307
- margin-bottom: 2rem !important;
308
- margin-top: 3rem !important;
309
  text-align: center !important;
310
  }
311
 
@@ -318,7 +318,7 @@ body {
318
  margin-bottom: 0.5rem !important;
319
  }
320
 
321
- /* Style du bouton */
322
  button.primary-button {
323
  font-family: var(--font-family-arabic) !important;
324
  background-color: var(--accent-color) !important;
@@ -329,8 +329,11 @@ button.primary-button {
329
  font-size: 1.1rem !important;
330
  transition: all 0.3s ease !important;
331
  width: 200px !important; /* Réduit la largeur du bouton */
 
 
332
  }
333
 
 
334
  button.primary-button:hover {
335
  background-color: #3182CE !important;
336
  transform: translateY(-1px) !important;
 
304
  font-weight: 700 !important;
305
  color: white !important; /* Texte en blanc */
306
  background-color: #3e2b1f !important; /* Fond marron foncé */
307
+ margin-bottom: 1rem !important;
308
+ margin-top: 1rem !important;
309
  text-align: center !important;
310
  }
311
 
 
318
  margin-bottom: 0.5rem !important;
319
  }
320
 
321
+ /* Centrer le bouton */
322
  button.primary-button {
323
  font-family: var(--font-family-arabic) !important;
324
  background-color: var(--accent-color) !important;
 
329
  font-size: 1.1rem !important;
330
  transition: all 0.3s ease !important;
331
  width: 200px !important; /* Réduit la largeur du bouton */
332
+ margin: 0 auto !important; /* Centrage horizontal */
333
+ display: block !important; /* Nécessaire pour que le margin auto fonctionne */
334
  }
335
 
336
+
337
  button.primary-button:hover {
338
  background-color: #3182CE !important;
339
  transform: translateY(-1px) !important;