Add HR to menu

This commit is contained in:
Bill Niblock 2019-01-21 15:02:48 -05:00
parent 8813870261
commit cf93343ed0
2 changed files with 8 additions and 2 deletions

View file

@ -5,6 +5,9 @@
<h5><a href="/topics/{{ topic.title }}">{{ topic.title }}</a></h5> <h5><a href="/topics/{{ topic.title }}">{{ topic.title }}</a></h5>
{% endfor %} {% endfor %}
</nav> </nav>
<hr />
<section id="about"> <section id="about">
<h5>The Site</h5> <h5>The Site</h5>
<p>This site is a small slice of internet real-estate that I use for <p>This site is a small slice of internet real-estate that I use for

View file

@ -32,6 +32,10 @@ nav {
justify-content: space-around; justify-content: space-around;
} }
footer hr {
margin: 20px 5em;
}
footer #social { footer #social {
display: flex; display: flex;
flex-flow: row wrap; flex-flow: row wrap;
@ -39,7 +43,6 @@ footer #social {
} }
main { main {
margin: 0 2em;
} }
main #details { main #details {
@ -119,7 +122,7 @@ main #desc {
flex-flow: column nowrap; flex-flow: column nowrap;
justify-content: flex-end; justify-content: flex-end;
align-items: flex-end; align-items: flex-end;
padding: 50px 0px; padding: 50px 0px 0px 0px;
} }
main { main {