feat: favicon & improve table styling for responsive

This commit is contained in:
Florian Sylvain
2025-08-23 18:09:22 +02:00
parent 4e793ad0f8
commit fb97a834c1
3 changed files with 8 additions and 5 deletions
+7 -4
View File
@@ -4,6 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="/profile.webp">
<title>Portfolio Florian Sylvain</title>
<style>
@@ -27,14 +28,12 @@
table {
border: 3px outset #aaa;
border-spacing: 3px;
width: 100%;
}
table th,
table td {
border: 1px inset #bbb;
padding: 3px;
}
a {
@@ -51,11 +50,15 @@
}
#experiences col:first-child {
width: 10%;
width: 100px;
}
#experiences col:last-child {
width: 90%;
width: 100%;
}
ul {
margin: 0;
}
</style>
</head>