Skip to content

Commit

Permalink
fixed footer & main page
Browse files Browse the repository at this point in the history
  • Loading branch information
Andcool-Systems committed Dec 6, 2024
1 parent ef19986 commit 076d43a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/app/root_client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const HomeClient = ({ pong }: { pong: number }) => {
return (
<body style={{ overflow: "hidden", overflowY: "scroll" }}>
<Header />
<div className={Style.test}>
<div className={Style.main_container}>
<svg width="958" height="318" className={Style.svg}>
<path className={Style.path} d="M 477 159 C -159 -391 -159 709 477 159 C 1113 -391 1113 709 477 159" strokeWidth="3" strokeDasharray="10,10" stroke="rgba(45, 212, 191, .5)" fill="none" />
</svg>
Expand All @@ -54,7 +54,7 @@ const HomeClient = ({ pong }: { pong: number }) => {
</div>
</div>
<footer className={Style.footer}>
{/*<p>Сайт pplbandage.ru не является официальной частью сети серверов PepeLand.</p>*/}
<p>Сайт pplbandage.ru не является официальной частью сети серверов <Link href='https://pepeland.net' style={{ color: 'gray' }} target="_blank">PepeLand</Link>.</p>
<div className={Style.collaborate}>
<Link
href='https://t.me/shapestd'
Expand Down
10 changes: 5 additions & 5 deletions src/app/styles/root/page.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.test {
width: 100vw;
height: 100vh;
.main_container {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
Expand Down Expand Up @@ -93,8 +93,6 @@


.svg {
display: flex;
position: relative;
overflow: visible;
}

Expand Down Expand Up @@ -174,6 +172,8 @@
align-items: flex-end;
justify-content: space-between;
box-sizing: border-box;

width: calc(100% - 2rem);
}

.footer p {
Expand Down

0 comments on commit 076d43a

Please sign in to comment.