Skip to content

Commit

Permalink
🎨 Edit footer links on user route
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbnt committed Jan 23, 2023
1 parent d5a1d17 commit 5ba3073
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,15 @@ h3 {
font-size: 1.2rem;
font-family: var(--font-family);
}
@media screen and (max-width: 900px) {
.home_link {
flex-direction: column;
}
.home_link_dots {
display: unset;
visibility: hidden;
}
}

.alert-danger {
color: #fdfcfc;
Expand Down
4 changes: 2 additions & 2 deletions views/user.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ function UrlInviteThisBot() {

<div class="home_link">
<a href="/">← Return to the home page</a>
<span class="home_link_dots">・</span>
<a href="https://mrrobot.app/privacy"> Privacy policy</a>
<span class="home_link_dots">・</span>
<a href="https://thomasbnt.dev/donate">Donate</a>
</div>
</div>
Expand Down

0 comments on commit 5ba3073

Please sign in to comment.