pages/portfolio : erreur à cause d'un attribut qui existe pas
This commit is contained in:
parent
7b66ac88fc
commit
bb29b30e9c
1 changed files with 5 additions and 1 deletions
|
@ -49,7 +49,7 @@ This list showcases the technologies and fields I'm the more confident with.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<table>
|
<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>Shell</td> <td><Gauge fillPercentage=95 /></td></tr>
|
||||||
<tr><td>Linux</td> <td><Gauge fillPercentage=90 /></td></tr>
|
<tr><td>Linux</td> <td><Gauge fillPercentage=90 /></td></tr>
|
||||||
<tr><td>Arch 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) {
|
th:nth-child(2), td:nth-child(2) {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
th:nth-child(2) {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue