Skip to content

Commit

Permalink
Update removed + privacy page mobile styles
Browse files Browse the repository at this point in the history
  • Loading branch information
kewbish committed Apr 11, 2023
1 parent 443eef2 commit 6c237d3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,12 @@ code {
.col {
padding: 0 2rem;
}
.fp-container {
max-width: 100%;
height: unset;
padding-bottom: 2rem;
}
.fp-container.mobile-full {
height: 100vh;
}
}
4 changes: 3 additions & 1 deletion removed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
<link rel="icon" href="../cobweb.png" />
</head>
<body>
<div class="fp-container mx-auto d-flex justify-content-center flex-column">
<div
class="fp-container mx-auto d-flex justify-content-center flex-column mobile-full"
>
<a href="https://kewbi.sh/cobweb" class="mx-auto">
<img src="../cobweb.png" alt="Cobweb logo" class="mx-auto mb-2" />
</a>
Expand Down

0 comments on commit 6c237d3

Please sign in to comment.