diff --git a/quartz/components/HomeProfile.tsx b/quartz/components/HomeProfile.tsx
index c6d50ccfa..e2fc1ace8 100644
--- a/quartz/components/HomeProfile.tsx
+++ b/quartz/components/HomeProfile.tsx
@@ -123,15 +123,13 @@ const HomeProfile: QuartzComponent = () => {
-
{item.description && (
diff --git a/quartz/components/styles/homeProfile.scss b/quartz/components/styles/homeProfile.scss
index 80a33a691..5bd75a6c9 100644
--- a/quartz/components/styles/homeProfile.scss
+++ b/quartz/components/styles/homeProfile.scss
@@ -97,36 +97,22 @@
}
}
-.home-exp-header {
- flex: 1;
- display: flex;
- justify-content: space-between;
- align-items: flex-start;
- gap: 1rem;
- min-width: 0;
-
- @media all and ($mobile) {
- flex-direction: column;
- gap: 0.15rem;
- }
-}
-
.home-exp-text {
+ flex: 1;
display: flex;
flex-direction: column;
gap: 0.1rem;
+ min-width: 0;
}
.home-exp-right {
display: flex;
flex-direction: column;
+ margin-left: auto;
align-items: flex-end;
+ text-align: right;
gap: 0.1rem;
flex-shrink: 0;
-
- @media all and ($mobile) {
- align-items: flex-start;
- }
}
.home-exp-role {
diff --git a/quartz/static/logos/tufs.svg b/quartz/static/logos/tufs.svg
index 54e3f4302..7ef9e51e6 100644
--- a/quartz/static/logos/tufs.svg
+++ b/quartz/static/logos/tufs.svg
@@ -1,10 +1,3 @@
-