mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 11:07:49 +01:00
fix some margin stuff
This commit is contained in:
parent
450b141e1a
commit
d618ca057e
1 changed files with 4 additions and 3 deletions
|
@ -274,9 +274,10 @@ display: table;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
background: #000;
|
background: #000;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
margin-bottom: 7px;
|
margin-bottom: 45px;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
} }
|
}
|
||||||
|
|
||||||
.tabs.tabs-justify {
|
.tabs.tabs-justify {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
|
@ -416,7 +417,7 @@ border:solid;
|
||||||
<img src="https://t.poketube.fun/t/rep.gif" style="width: 0;visibility: hidden;display:none;" id="discover_main">
|
<img src="https://t.poketube.fun/t/rep.gif" style="width: 0;visibility: hidden;display:none;" id="discover_main">
|
||||||
|
|
||||||
|
|
||||||
<h1 style="font-size: 2em;margin-left: auto;margin-right: auto;text-align: center;font-family: poketube flex;font-weight: 1000;font-stretch: ultra-expanded;color: #fff;margin-bottom: 7px;">
|
<h1 style="font-size: 2em;margin-left: auto;margin-right: auto;text-align: center;font-family: poketube flex;font-weight: 1000;font-stretch: ultra-expanded;color: #fff;margin-bottom: 7px;margin-top: 31px;">
|
||||||
Discover Popular videos on poketube!
|
Discover Popular videos on poketube!
|
||||||
</h1>
|
</h1>
|
||||||
<% if (!tab) { %>
|
<% if (!tab) { %>
|
Loading…
Reference in a new issue