Skip to content

Commit

Permalink
added footer message
Browse files Browse the repository at this point in the history
  • Loading branch information
Andcool-Systems committed Aug 9, 2024
1 parent f7bfca0 commit 354164a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/root_client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ const HomeClient = ({ pong }: { pong: number }) => {
}
</div>
</div>
<footer className={Style.footer}>
<p>Сайт pplbandage.ru не является официальной частью сети серверов PepeLand.</p>
</footer>
</body>
)
}
Expand Down
13 changes: 13 additions & 0 deletions src/app/styles/root/page.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,19 @@
box-sizing: border-box;
}

.footer {
position: absolute;
bottom: 0;
left: 0;
padding: 1rem;
}

.footer p {
color: gray;
margin: 0;
font-size: .8rem;
}

@media(max-width: 1057px) {
.svg {
display: none;
Expand Down

0 comments on commit 354164a

Please sign in to comment.