adjust padding, line-height. edit contact.php content
This commit is contained in:
parent
7f91236720
commit
2c873b064c
|
@ -23,7 +23,7 @@
|
|||
</p>
|
||||
|
||||
<h3>postroll links</h3>
|
||||
<ul>
|
||||
<ul class="postroll-list">
|
||||
<li>
|
||||
<a href="https://netigen.com/read/a-boy-named-courtney" target="_blank">
|
||||
Netigen: A Boy Named Courtney
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<section>
|
||||
<h1>contact emma</h1>
|
||||
<p>
|
||||
you can contact me for long form conversation or a friendly message via email at emma-at-emmas-dot-place
|
||||
you can contact me for long form conversation or a friendly message via email at emma(at)emmas(dot)place
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
|
@ -26,7 +26,7 @@ body {
|
|||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6, p, ul {
|
||||
margin: 0.3rem;
|
||||
margin: 0.5rem;
|
||||
}
|
||||
|
||||
main, nav {
|
||||
|
@ -132,13 +132,18 @@ main section {
|
|||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
main section p {
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
main section ul li {
|
||||
padding-bottom: 0.1rem;
|
||||
padding-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
.status {
|
||||
height: 120px;
|
||||
margin-bottom: 1rem;
|
||||
margin-top: 0.5rem;
|
||||
margin-bottom: 1.75rem;
|
||||
}
|
||||
|
||||
.picrew-gallery {
|
||||
|
@ -169,3 +174,4 @@ main section ul li {
|
|||
gap: 1rem;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue