Minor improvements

This commit is contained in:
netop://ウエハ 2019-06-04 14:04:34 -05:00 committed by Jeremy Kauffman
parent 795769fbbd
commit 513e8fc5e4
4 changed files with 41 additions and 15 deletions

View file

@ -44,4 +44,10 @@
<?php endforeach ?> <?php endforeach ?>
</div> </div>
</section> </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> </main>

@ -1 +1 @@
Subproject commit 3c5702e0a09968942412e5ceae85106ae85ac574 Subproject commit 267c2636eb25038afef79a82f24810f4c5259f44

View file

@ -80,8 +80,6 @@ h4 {
@media (max-width: 950px) { @media (max-width: 950px) {
font-size: 1rem; font-size: 1rem;
} }
// margin-bottom: 1rem;
} }
hr { hr {
@ -118,7 +116,6 @@ main {
} }
&:not(.soon) { &:not(.soon) {
// padding-top: 5rem;
position: relative; position: relative;
z-index: 1; z-index: 1;
} }

View file

@ -8,17 +8,45 @@
h2, h2,
h3, h3,
h4, h4,
h5, h5 {
ol,
p,
ul {
+ blockquote, + blockquote,
+ .button,
+ hr, + hr,
+ iframe, + iframe,
+ img, + img,
+ pre, + 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; margin-top: 1.25rem;
} }
@ -175,11 +203,6 @@
content: ""; content: "";
position: absolute; position: absolute;
} }
// TODO: Rewrite all blockquotes in the blog posts
// p {
// margin-bottom: 1.25rem;
// }
} }
a { a {