diff --git a/res/icons/github.png b/res/icons/github.webp
similarity index 100%
rename from res/icons/github.png
rename to res/icons/github.webp
diff --git a/res/icons/linkedin.png b/res/icons/linkedin.webp
similarity index 100%
rename from res/icons/linkedin.png
rename to res/icons/linkedin.webp
diff --git a/res/projects/freshmanual.webp b/res/projects/freshmanual.webp
new file mode 100644
index 0000000..63b5eea
Binary files /dev/null and b/res/projects/freshmanual.webp differ
diff --git a/res/projects/freshmanual.png b/res/projects/full/freshmanual.webp
similarity index 100%
rename from res/projects/freshmanual.png
rename to res/projects/full/freshmanual.webp
diff --git a/res/projects/malung.png b/res/projects/full/malung.webp
similarity index 100%
rename from res/projects/malung.png
rename to res/projects/full/malung.webp
diff --git a/res/projects/pollbuddy.png b/res/projects/full/pollbuddy.webp
similarity index 100%
rename from res/projects/pollbuddy.png
rename to res/projects/full/pollbuddy.webp
diff --git a/res/projects/rpi-crisis.png b/res/projects/full/rpi-crisis.webp
similarity index 100%
rename from res/projects/rpi-crisis.png
rename to res/projects/full/rpi-crisis.webp
diff --git a/res/projects/malung.webp b/res/projects/malung.webp
new file mode 100644
index 0000000..a287d09
Binary files /dev/null and b/res/projects/malung.webp differ
diff --git a/res/projects/pollbuddy.webp b/res/projects/pollbuddy.webp
new file mode 100644
index 0000000..6589a8f
Binary files /dev/null and b/res/projects/pollbuddy.webp differ
diff --git a/res/projects/rpi-crisis.webp b/res/projects/rpi-crisis.webp
new file mode 100644
index 0000000..4a11c42
Binary files /dev/null and b/res/projects/rpi-crisis.webp differ
diff --git a/styles/default.css b/styles/default.css
index 84baf8f..fa3a116 100644
--- a/styles/default.css
+++ b/styles/default.css
@@ -12,6 +12,7 @@ body {
box-sizing: border-box;
margin: auto;
padding: 0 20px;
+ line-height: 1.2;
}
/*----------------------------------------------------------------------------*/
@@ -51,12 +52,14 @@ button {
font-family: 'Material Symbols Outlined';
content: attr(data-i);
font-size: 36px;
+ width: 1em;
margin-right: 5px;
}
.r-icon::after {
font-family: 'Material Symbols Outlined';
content: attr(data-i);
+ width: 1em;
margin-left: 5px;
}
diff --git a/styles/experience.css b/styles/experience.css
index 20799be..69de916 100644
--- a/styles/experience.css
+++ b/styles/experience.css
@@ -75,4 +75,9 @@
#image-inner {
max-width: 100%;
max-height: 100%;
+}
+
+#close-icon {
+ font-size: 36px;
+ line-height: 1;
}
\ No newline at end of file