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
+1 -1
View File
File diff suppressed because one or more lines are too long
+7 -4
View File
@@ -4,6 +4,7 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <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> <title>Portfolio Florian Sylvain</title>
<style> <style>
@@ -27,14 +28,12 @@
table { table {
border: 3px outset #aaa; border: 3px outset #aaa;
border-spacing: 3px;
width: 100%; width: 100%;
} }
table th, table th,
table td { table td {
border: 1px inset #bbb; border: 1px inset #bbb;
padding: 3px;
} }
a { a {
@@ -51,11 +50,15 @@
} }
#experiences col:first-child { #experiences col:first-child {
width: 10%; width: 100px;
} }
#experiences col:last-child { #experiences col:last-child {
width: 90%; width: 100%;
}
ul {
margin: 0;
} }
</style> </style>
</head> </head>
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB