Skip to content

Commit

Permalink
fixed cookie notice
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvis09 committed Aug 20, 2024
1 parent 7b7c374 commit a7150d9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
4 changes: 3 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ <h2 class="subtitle">About This website</h2>
me an email or DM on discord
</p>
</ul>
<p class="cookie-notice">
</div>
<div class="subtext-container">
<p class="subtext">
NOTE: This website uses a tiny bit of tracking provided by
<a href="https://umami.is" class="link bold">umami</a>. No data goes
to any third party (everything is selfhosted). The data is collected
Expand Down
6 changes: 0 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ <h1 class="gradient-text">jarvis09</h1>
<div class="attribute-container">
<li>Videogames enjoyer</li>
</div>
<div class="attribute-container">
<li></li>
</div>
<div class="attribute-container">
<li>Lorem, ipsum dolor.</li>
</div>
</ul>
</div>
</section>
Expand Down
14 changes: 11 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ section {

footer {
margin: 5px;
margin-top: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
Expand Down Expand Up @@ -487,8 +488,14 @@ footer {
font-size: 18px;
}

.cookie-notice {
font-size: 14px;
.subtext-container {
display: flex;
justify-content: center;
align-items: center;
margin: 10px 48px;
}
.subtext {
font-size: 18px;
color: var(--c-text);
opacity: 0.8;
font-style: italic;
Expand Down Expand Up @@ -572,7 +579,8 @@ footer {
font-size: 10px;
}

.qna-container {
.qna-container,
.subtext-container {
width: 100%;
font-size: 16px;
}
Expand Down

0 comments on commit a7150d9

Please sign in to comment.