pages/portfolio : erreur à cause d'un attribut qui existe pas

This commit is contained in:
Ahurac 2024-06-29 14:40:59 +02:00
parent 7b66ac88fc
commit bb29b30e9c

View file

@ -49,7 +49,7 @@ This list showcases the technologies and fields I'm the more confident with.
-->
<table>
<tr><th>Field</th> <th width="100%">Experience gauge</th></tr>
<tr><th>Field</th> <th>Experience gauge</th></tr>
<tr><td>Shell</td> <td><Gauge fillPercentage=95 /></td></tr>
<tr><td>Linux</td> <td><Gauge fillPercentage=90 /></td></tr>
<tr><td>Arch Linux</td> <td><Gauge fillPercentage=90 /></td></tr>
@ -174,4 +174,8 @@ th:first-child, td:first-child {
th:nth-child(2), td:nth-child(2) {
text-align: center;
}
th:nth-child(2) {
width: 100%;
}
</style>