mirror of
https://github.com/christian1701/hugo-theme-console.git
synced 2025-11-03 14:09:23 +01:00
footer: add footer - powered by hugo and console theme
This commit is contained in:
@@ -135,6 +135,7 @@ strong {
|
||||
--global-line-height: 1.6em;
|
||||
--page-width: 70em;
|
||||
--display-h1-decoration: 1;
|
||||
--code-bg-color: #fff;
|
||||
}
|
||||
|
||||
.terminal-menu li {
|
||||
@@ -156,6 +157,11 @@ figure {
|
||||
margin-right: 60px;
|
||||
}
|
||||
|
||||
.footer {
|
||||
margin-top: 150px;
|
||||
padding-top: 10px;;
|
||||
border-top: 1px solid var(--secondary-color);
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 850px) {
|
||||
.site-name {
|
||||
@@ -194,6 +200,12 @@ figure {
|
||||
.post-list-date {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.footer {
|
||||
margin-top: 50px;
|
||||
padding-top: 5px;;
|
||||
border-top: 1px solid var(--secondary-color);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -220,4 +232,6 @@ figure {
|
||||
.gallery-image {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user