fix: remove horizontal padding from profile header to match tabs width

This commit is contained in:
Gigi
2025-11-22 02:13:02 +01:00
parent e491f7e385
commit 02de0e7011

View File

@@ -17,6 +17,12 @@
padding: 2rem 1rem 0;
}
/* Remove horizontal padding when inside explore-header to match tabs width */
.explore-header .profile-header-wrapper {
padding-left: 0;
padding-right: 0;
}
.profile-card-with-menu {
position: relative;
max-width: 600px;