Spaces:
Running
Running
Update static/style.css
Browse files- static/style.css +1 -18
static/style.css
CHANGED
@@ -538,24 +538,7 @@ box-shadow: 0 5px 15px rgba(0,0,0,0.2);
|
|
538 |
}
|
539 |
|
540 |
|
541 |
-
|
542 |
-
border: 4px solid white;
|
543 |
-
align-items: center;
|
544 |
-
justify-content: center;
|
545 |
-
border-radius: 8px;
|
546 |
-
padding: 2.5rem 1rem;
|
547 |
-
text-align: center;
|
548 |
-
margin-bottom: 20px;
|
549 |
-
margin-left: 150px;
|
550 |
-
margin-top: 0px;
|
551 |
-
transition: all 0.3s ease;
|
552 |
-
cursor: pointer;
|
553 |
-
gap: 0px;
|
554 |
-
width: 600px;
|
555 |
-
height:100px ;
|
556 |
-
overflow: hidden; /* Coupe le texte qui dépasse */
|
557 |
-
white-space: nowrap; /* Empêche le texte de passer à la ligne */
|
558 |
-
text-overflow: ellipsis; /* Ajoute "..." si le texte est trop long */
|
559 |
|
560 |
|
561 |
.language-dropdown {
|
|
|
538 |
}
|
539 |
|
540 |
|
541 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
542 |
|
543 |
|
544 |
.language-dropdown {
|