mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Minor improvements
This commit is contained in:
parent
795769fbbd
commit
513e8fc5e4
4 changed files with 41 additions and 15 deletions
|
@ -44,4 +44,10 @@
|
|||
<?php endforeach ?>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<div class="inner-wrap">
|
||||
<p>Do you have further questions or want to submit a question to our FAQ? <a href=" mailto:growth@lbry.com?subject=Question%20for%20the%20FAQ" rel="noopener noreferrer" target="_blank" title="">Send us an email</a>!</p>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 3c5702e0a09968942412e5ceae85106ae85ac574
|
||||
Subproject commit 267c2636eb25038afef79a82f24810f4c5259f44
|
|
@ -80,8 +80,6 @@ h4 {
|
|||
@media (max-width: 950px) {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
// margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
hr {
|
||||
|
@ -118,7 +116,6 @@ main {
|
|||
}
|
||||
|
||||
&:not(.soon) {
|
||||
// padding-top: 5rem;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
|
|
@ -8,17 +8,45 @@
|
|||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
ol,
|
||||
p,
|
||||
ul {
|
||||
h5 {
|
||||
+ blockquote,
|
||||
+ .button,
|
||||
+ hr,
|
||||
+ iframe,
|
||||
+ img,
|
||||
+ pre,
|
||||
+ video {
|
||||
+ video,
|
||||
+ .button {
|
||||
margin-top: 0.25rem;
|
||||
}
|
||||
|
||||
+ footer,
|
||||
+ form,
|
||||
+ h1,
|
||||
+ h2,
|
||||
+ h3,
|
||||
+ h4,
|
||||
+ h5,
|
||||
+ ol,
|
||||
+ p,
|
||||
+ ul {
|
||||
padding-top: 0.25rem;
|
||||
}
|
||||
|
||||
+ .button {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
ol,
|
||||
p,
|
||||
ul {
|
||||
+ blockquote,
|
||||
+ hr,
|
||||
+ iframe,
|
||||
+ img,
|
||||
+ pre,
|
||||
+ video,
|
||||
+ .button {
|
||||
margin-top: 1.25rem;
|
||||
}
|
||||
|
||||
|
@ -175,11 +203,6 @@
|
|||
content: "";
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
// TODO: Rewrite all blockquotes in the blog posts
|
||||
// p {
|
||||
// margin-bottom: 1.25rem;
|
||||
// }
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Add table
Reference in a new issue