mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:08:39 +01:00
make the css gud :3
This commit is contained in:
parent
e9fbc65755
commit
05b753c210
1 changed files with 3 additions and 3 deletions
|
@ -1494,9 +1494,9 @@ width: fit-content;
|
||||||
|
|
||||||
<% if (tab === "community") { %>
|
<% if (tab === "community") { %>
|
||||||
<% if (Array?.isArray( c?.comments)) { %>
|
<% if (Array?.isArray( c?.comments)) { %>
|
||||||
<div>
|
<div style="max-width: 800px;margin: 20px auto;padding: 20px;border-radius: 8px;background: linear-gradient( 135deg, #f97794 10%, #623aa2 100%, #8e6f7e 100% );box-shadow: 0 2px 4px rgba(0,0,0,0.1);margin-bottom: -1em;">
|
||||||
<h1>Welcoem to posts!!</h1>
|
<h1 style="color: #fff;font-family: 'PokeTube Flex';text-align: center !important;font-stretch: ultra-expanded;font-weight: 1000;">Welcoem to posts!!</h1>
|
||||||
<p>in the future - u will be able to do some more stuff here,,, like pat catgirl- i mean um yeah...</p>
|
<p>in the future - u will be able to do some more stuff here,,,!! like pat catgirl- i mean um yeah... for now u can only see others's posts :c </p>
|
||||||
</div>
|
</div>
|
||||||
<div class="community">
|
<div class="community">
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue