fixed: blog post inconsistencies, hr at end of blog post, and added br before footers

This commit is contained in:
rawleyIfowler
2022-04-16 12:05:18 -05:00
parent bbdff02015
commit b9d8e0a2a4
5 changed files with 29 additions and 6 deletions

View File

@@ -102,7 +102,7 @@ a:hover:after {
.nav-bar {
display: flex;
flex-direction: row;
font-size: 1.1em;
font-size: 1.3em;
margin-top: calc(12px + 1vh);
margin-bottom: 1vw;
}
@@ -186,4 +186,7 @@ code {
a::after {
background-color: #bd93f9;
}
code {
color: #50fa7b;
}
}