mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00
Add share links at bottom of page
This commit is contained in:
@@ -648,6 +648,29 @@ section.main .content .navigation a {
|
||||
font-style: italic;
|
||||
color: #313537;
|
||||
}
|
||||
section.main .content .share, section.main .content .share div {
|
||||
display: -webkit-flex;
|
||||
display: -moz-flex;
|
||||
display: -ms-flexbox;
|
||||
display: -ms-flex;
|
||||
display: flex;
|
||||
-webkit-flex-direction: row;
|
||||
-moz-flex-direction: row;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-webkit-align-items: center;
|
||||
-moz-align-items: center;
|
||||
-ms-align-items: center;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
section.main .content .share {
|
||||
background-color: rgba(152, 152, 152, 0.07);
|
||||
padding: 1em 0;
|
||||
}
|
||||
section.main .content .share a {
|
||||
margin: 0 6px;
|
||||
}
|
||||
|
||||
/* Fonts */
|
||||
|
||||
|
Reference in New Issue
Block a user