diff --git a/contact/Contact.html b/contact/Contact.html
index 68e8644..f16472d 100644
--- a/contact/Contact.html
+++ b/contact/Contact.html
@@ -50,9 +50,9 @@
Joshua Killen
-
+
Bio
-
+ Joshua Killen is a Foundation year student at CU Coventry studying Digital Technologies. Interested in computers and physics from a young age, he has been studying the subjects ever since with the hopes of entering a career in cybersecurity.
diff --git a/contact/contact_assets/contact.css b/contact/contact_assets/contact.css
index 9798b7e..cf3c5e1 100644
--- a/contact/contact_assets/contact.css
+++ b/contact/contact_assets/contact.css
@@ -3,5 +3,5 @@ h1 {
}
.profile {
- border: 4px solid black;
+ border: 4px solid #f2f2f2;
}
\ No newline at end of file
diff --git a/main.css b/main.css
index 001e3c2..b54a3e6 100644
--- a/main.css
+++ b/main.css
@@ -22,12 +22,16 @@ h2 {
font-family: neon80;
}
+details {
+ font-size: 4vw;
+}
+
p {
- font-size: 1.5vw;
+ font-size: 0.5em;
}
summary {
- font-size: 2vw
+ font-size: 1em
}
abbr {