mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-13 16:20:49 +00:00
fix routes and padding of profile
This commit is contained in:
parent
39b900d374
commit
c9f735d5ee
6 changed files with 4 additions and 9 deletions
|
@ -1,8 +1,4 @@
|
|||
import "./profile.css";
|
||||
import "../components/bio.css";
|
||||
import "./loginAndSignUpPage.css";
|
||||
import "../styles/sizes.css";
|
||||
import "../styles/fonts.css";
|
||||
import QuiltedImageList from "../components/profile/QuiltedImageList";
|
||||
import { StyledEngineProvider, Divider } from "@mui/material";
|
||||
import ChangeAvatarDialog from "../components/profile/ChangeAvatarDialog";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.profile-display {
|
||||
padding-top: calc(var(--Header-height) + 1rem);
|
||||
padding-top: 1rem;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue