Moved some common links to the config.yml file; continued work on the initial blog post
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user