Spaces:
Running
Running
Update static/style.css
Browse files- static/style.css +8 -0
static/style.css
CHANGED
@@ -256,6 +256,14 @@ body::before {
|
|
256 |
margin: 0;
|
257 |
font-size: 1.3rem;
|
258 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
259 |
|
260 |
.titre {
|
261 |
text-align: center;
|
|
|
256 |
margin: 0;
|
257 |
font-size: 1.3rem;
|
258 |
}
|
259 |
+
.scrollable-text {
|
260 |
+
max-height: 150px; /* adapte selon la hauteur que tu veux */
|
261 |
+
overflow-y: auto;
|
262 |
+
padding-right: 10px;
|
263 |
+
margin-bottom: 20px;
|
264 |
+
text-align: left;
|
265 |
+
}
|
266 |
+
|
267 |
|
268 |
.titre {
|
269 |
text-align: center;
|