mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 00:34:41 -05: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;
|
||||
background: #000;
|
||||
border-radius: 1em;
|
||||
margin-bottom: 7px;
|
||||
margin-bottom: 45px;
|
||||
margin-right: auto;
|
||||
} }
|
||||
}
|
||||
|
||||
.tabs.tabs-justify {
|
||||
width: 100%;
|
||||
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">
|
||||
|
||||
|
||||
<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!
|
||||
</h1>
|
||||
<% if (!tab) { %>
|
Loading…
Reference in a new issue