Skip to content

Commit e1e7460

Browse files
committed
Amélioration de la responsivité du tableau des certificats
1 parent 8587f09 commit e1e7460

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

assets/css/style.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ footer {
285285
text-align: center;
286286
}
287287
.table-container {
288-
width: 50%;
288+
width: 70%;
289289
margin: 0 auto;
290290
margin-top: 20px;
291291
border: 1px solid var(--white);
@@ -339,7 +339,7 @@ footer {
339339
justify-content: center;
340340
}
341341
#certificates .notice p{
342-
width: 50%;
342+
width: 70%;
343343
text-align: start;
344344
}
345345

@@ -375,6 +375,9 @@ footer {
375375
}
376376
@media screen and (max-width: 700px) {
377377
/* CERTIFICATES */
378+
.table-container {
379+
width: 90%;
380+
}
378381
td {
379382
font-size: 15px;
380383
}
@@ -389,6 +392,9 @@ footer {
389392
margin-right: 0;
390393
margin-bottom: 15px;
391394
}
395+
#certificates .notice p{
396+
width: 90%;
397+
}
392398
}
393399
@media screen and (max-width: 625px) {
394400
/* PORTFOLIO */

0 commit comments

Comments
 (0)