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>
|
<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>
|
||||||
|
|||||||
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