Moved some common links to the config.yml file; continued work on the initial blog post

This commit is contained in:
2021-08-19 15:36:28 -04:00
parent 788e7d87f3
commit abd5dbd9b1
7 changed files with 63 additions and 38 deletions

View File

@ -76,6 +76,8 @@ hr
#main-content
margin-bottom: 40px
// home page styles
.youtube-section
.video-card a
display: block
@ -89,6 +91,26 @@ hr
img
transform: scale(1.1)
// Blog posts page
#post-list
list-style: none
li
padding: 15px 20px 0
border: 2px solid #bbb
.post-title
margin-bottom: 3px
.post-info
color: #999
.post-body
margin-bottom: 0
// footer section
#footer
width: 100%
margin-top: 100px