mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 20:37:51 +01:00
add classnames instead :3
This commit is contained in:
parent
5f205c4413
commit
f2682a4ff1
1 changed files with 12 additions and 2 deletions
|
@ -249,8 +249,18 @@ font-family: 'PokeTube flex';
|
||||||
font-style:italic;
|
font-style:italic;
|
||||||
font-stretch: ultra-expanded;
|
font-stretch: ultra-expanded;
|
||||||
font-weight: 1000;
|
font-weight: 1000;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
margin-top: -30em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.i-cant-find-a-class-name-help-me {
|
||||||
|
margin-top: -80em;
|
||||||
|
max-width: 37em;
|
||||||
|
color: white;
|
||||||
|
background: #333;
|
||||||
|
padding: 8px;
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.product-container {
|
.product-container {
|
||||||
|
@ -394,7 +404,7 @@ z-index: 10; /* Was 2 */"
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="margin-top: -79em;max-width: 37em;color: white;background: #333;padding: 8px;border-radius: 10px;" class="description">
|
<div class="description i-cant-find-a-class-name-help-me">
|
||||||
Poketube does not collect or share personal information. poketube is a free software program that you can fork it yourself. you can see the repo <a href="https://codeberg.org/ashley/poketube/">here</a>.<br><br> <a href="https://github.com/iamashley0/poketube/commits/main/html/priv.ejs">see history of this privacy policy here</a>
|
Poketube does not collect or share personal information. poketube is a free software program that you can fork it yourself. you can see the repo <a href="https://codeberg.org/ashley/poketube/">here</a>.<br><br> <a href="https://github.com/iamashley0/poketube/commits/main/html/priv.ejs">see history of this privacy policy here</a>
|
||||||
|
|
||||||
<p style="color:#fff;">
|
<p style="color:#fff;">
|
||||||
|
|
Loading…
Reference in a new issue