diff --git a/public/images/logoLong.svg b/public/images/logoLong.svg
index ec6d0dd..eee3609 100644
--- a/public/images/logoLong.svg
+++ b/public/images/logoLong.svg
@@ -2,9 +2,9 @@
Henry Hiles
-
+ style="font-size:53.9513px;line-height:0;font-family:PowerlineSymbols;-inkscape-font-specification:'PowerlineSymbols, Normal';text-align:center;text-anchor:middle;fill:#4e94e4;fill-opacity:1;stroke-width:0"
+ transform="matrix(0.71513712,0,0,0.71513712,29.930782,11.21462)">Henry Hiles
+
diff --git a/src/styles/Jumbo.module.css b/src/styles/Jumbo.module.css
index 02f7739..63aed67 100644
--- a/src/styles/Jumbo.module.css
+++ b/src/styles/Jumbo.module.css
@@ -13,7 +13,8 @@
#jumbo #logoLong {
width: 60rem;
- max-width: 100%;
+ width: 100%;
+ max-width: 35rem;
}
#jumbo #shortAbout {
diff --git a/src/styles/Layout.css b/src/styles/Layout.css
index 37a5a6b..96b89ea 100644
--- a/src/styles/Layout.css
+++ b/src/styles/Layout.css
@@ -22,6 +22,10 @@ body {
box-sizing: border-box;
}
+img {
+ max-width: 100%;
+}
+
svg {
vertical-align: middle;
}
diff --git a/src/styles/Project.module.css b/src/styles/Project.module.css
index 2ac8cd6..1152aa4 100644
--- a/src/styles/Project.module.css
+++ b/src/styles/Project.module.css
@@ -24,7 +24,6 @@
.image img {
max-height: 450px;
- max-width: 100%;
padding: 0;
border-radius: 0.5rem;
border: 3px solid var(--primary);