mirror of
https://github.com/dergigi/boris.git
synced 2025-12-16 22:24:25 +01:00
fix: remove horizontal padding from profile header to match tabs width
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user