diff --git a/pegasus/app/layout.js b/pegasus/app/layout.js
index 640cf25..ad72eab 100644
--- a/pegasus/app/layout.js
+++ b/pegasus/app/layout.js
@@ -116,6 +116,7 @@ export default async function RootLayout({ children }) {
+
diff --git a/pegasus/public/images/banner.png b/pegasus/public/images/banner.png
index 889bdee..3bc7604 100644
Binary files a/pegasus/public/images/banner.png and b/pegasus/public/images/banner.png differ
diff --git a/pegasus/styles/Subsite.css b/pegasus/styles/Subsite.css
index 678e8b6..b5fbf65 100644
--- a/pegasus/styles/Subsite.css
+++ b/pegasus/styles/Subsite.css
@@ -600,10 +600,10 @@
}
@media (max-width: 720px) {
.profile-hero__cover {
- height: 170px;
+ height: 140px;
}
.profile-hero__cover-wrap {
- min-height: 170px;
+ min-height: 140px;
}
.profile-hero__new-badge {
top: -10px;
@@ -629,9 +629,6 @@
.profile-page-actions {
margin-top: 12px;
}
- .profile-hero__name {
- font-size: 30px;
- }
.profile-stats {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
@@ -674,4 +671,7 @@
color: #2f7cff;
flex: 0 0 auto;
position: relative;
+}
+.profile-hero__new-badge {
+ display: none;
}
\ No newline at end of file