mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00
Add a "See more ..." on the homepage to see more blog posts
This commit is contained in:
@@ -513,6 +513,16 @@ section.main .container .content .post-item .meta {
|
||||
display: none;
|
||||
min-width: 100px;
|
||||
}
|
||||
section.main .container .content .see-more {
|
||||
font-style: italic;
|
||||
float: right;
|
||||
font-size: 0.9em;
|
||||
margin-top: 2em;
|
||||
color: #313537;
|
||||
}
|
||||
section.main .container .content .see-more:hover {
|
||||
color: #666;
|
||||
}
|
||||
section {
|
||||
padding: 0 16px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user