mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: editor page css changes
This commit is contained in:
parent
b3b001a9fd
commit
e6ebd195d7
2 changed files with 31 additions and 12 deletions
|
|
@ -20,7 +20,7 @@ const Layout = (props: any) => {
|
|||
<meta name="description" content={props.description} />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
</Head>
|
||||
<PreAlphaLabel>🚧 Pre-Alpha</PreAlphaLabel>
|
||||
<ProjectPhaseLabel>🚧 Dev Phase</ProjectPhaseLabel>
|
||||
<Menu></Menu>
|
||||
<motion.main
|
||||
variants={variants} // Pass the variant object into Framer Motion
|
||||
|
|
@ -57,7 +57,7 @@ const Footer = styled.footer`
|
|||
}
|
||||
`;
|
||||
|
||||
export const PreAlphaLabel = styled.div`
|
||||
export const ProjectPhaseLabel = styled.div`
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue