mirror of
https://github.com/Floriansylvain/compact-portfolio.git
synced 2026-08-19 11:43:19 +02:00
feat: favicon & improve table styling for responsive
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
+7
-4
@@ -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>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 2.5 KiB |
Reference in New Issue
Block a user