mirror of
https://github.com/Floriansylvain/compact-portfolio.git
synced 2026-08-19 11:43:19 +02:00
feat: added back tables fixed layout
This commit is contained in:
+14
-3
@@ -54,6 +54,17 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
table-layout: fixed;
|
||||||
|
}
|
||||||
|
|
||||||
|
#experiences col:first-child,
|
||||||
|
#projets col:first-child {
|
||||||
|
width: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#experiences col:last-child,
|
||||||
|
#projets col:last-child {
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
th,
|
th,
|
||||||
@@ -413,7 +424,7 @@
|
|||||||
via Nginx.</td>
|
via Nginx.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><strong>Technologies</strong></th>
|
<th scope="row"><strong>Stack</strong></th>
|
||||||
<td>Go, HTML, CSS, JS, Bootstrap, Docker, Nginx, DDD, Jenkins, Debian, SQLite, Git</td>
|
<td>Go, HTML, CSS, JS, Bootstrap, Docker, Nginx, DDD, Jenkins, Debian, SQLite, Git</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -441,7 +452,7 @@
|
|||||||
d'une API conçu en Typescript, Express, Prisma, MySql, Docker et Jest.</td>
|
d'une API conçu en Typescript, Express, Prisma, MySql, Docker et Jest.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><strong>Technologies</strong></th>
|
<th scope="row"><strong>Stack</strong></th>
|
||||||
<td>Typescript, Express, Prisma, MySql, Docker, Jest, NodeJS, Git, TSX</td>
|
<td>Typescript, Express, Prisma, MySql, Docker, Jest, NodeJS, Git, TSX</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -469,7 +480,7 @@
|
|||||||
ainsi que Tailwindcss.</td>
|
ainsi que Tailwindcss.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><strong>Technologies</strong></th>
|
<th scope="row"><strong>Stack</strong></th>
|
||||||
<td>NextJS, Typescript, Tailwindcss, Spotify API, TSX, Git, Vercel</td>
|
<td>NextJS, Typescript, Tailwindcss, Spotify API, TSX, Git, Vercel</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user