fixed sidebar media query
This commit is contained in:
parent
135a0c5e46
commit
ea135bdd5c
3 changed files with 5 additions and 4 deletions
|
@ -122,6 +122,7 @@ h4 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
|
border-top: 1px solid lightgray;
|
||||||
float: none;
|
float: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="card" id="publish">
|
<div class="panel" id="meme-fodder-maker">
|
||||||
<h2>#LBRYMemeFodder</h2>
|
<div>
|
||||||
<div class="col-md-12">
|
<h2>#LBRYMemeFodder</h2>
|
||||||
<h3>Congratulations, you found the /meme-fodder game!</h3>
|
<h3>Congratulations, you found the /meme-fodder game!</h3>
|
||||||
<p>Create a meme based on the current <i>lbry://meme-fodder</i> claims using the tool below.</p>
|
<p>Create a meme based on the current <i>lbry://meme-fodder</i> claims using the tool below.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div class="stop-float" id="publish">
|
<div class="stop-float panel">
|
||||||
<h2>Recent Meme Fodder</h2>
|
<h2>Recent Meme Fodder</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<p>Below are the free, public images published to <a href="lbry://meme-fodder">lbry://meme-fodder</a>. Want to put a different image on the chopping block? Go publish it!</p>
|
<p>Below are the free, public images published to <a href="lbry://meme-fodder">lbry://meme-fodder</a>. Want to put a different image on the chopping block? Go publish it!</p>
|
||||||
|
|
Loading…
Reference in a new issue