Skip to content

Commit 5b8a559

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets/css/style.css

Lines changed: 2 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: 70%;
288+
width: 60%;
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: 70%;
342+
width: 60%;
343343
text-align: start;
344344
}
345345

certificats.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ <h1>Liste de mes diplômes et Certificats</h1>
137137
</div>
138138
<div class="_row">
139139
<div class="text">
140-
<div class="doc_name">Certificat OC: Écrivez la documentation technique de votre projet - 2023</div>
140+
<div class="doc_name">Certificat OpenClassrooms: Écrivez la documentation technique de votre projet - 2023</div>
141141
<!-- <div class="sha1">SHA1: 4DA9F68763D37CC968F316F1BEB09E29B4BD621A</div> -->
142142
</div>
143143
</div>

0 commit comments

Comments
 (0)