mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
More image changes
* Margins for social icons
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);
|
||||
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400);
|
||||
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,400italic,700,700italic);
|
||||
@import url(http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
|
||||
@import url(http://fonts.googleapis.com/css?family=Raleway:200,700);
|
||||
@@ -202,7 +202,11 @@ body {
|
||||
display: inline-flex;
|
||||
}
|
||||
.section.header nav ul a {
|
||||
margin-right: 12px;
|
||||
margin-left: 6px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
.section.header nav ul a:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
.section.header nav ul a:last-child {
|
||||
margin-right: 0;
|
||||
@@ -263,6 +267,7 @@ body {
|
||||
justify-content: center;
|
||||
}
|
||||
.section.icons .content a {
|
||||
margin-left: 6px;
|
||||
margin-right: 6px;
|
||||
color: #fefefe;
|
||||
-webkit-transition: color 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
|
||||
@@ -270,6 +275,9 @@ body {
|
||||
-ms-transition: color 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
|
||||
-o-transition: color 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
|
||||
}
|
||||
.section.icons .content a:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
.section.icons .content a:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
@@ -293,7 +301,8 @@ body {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.section.icons .content a {
|
||||
margin-right: 4px;
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
color: #b7b7b7;
|
||||
}
|
||||
.section.icons .content a:hover {
|
||||
@@ -601,7 +610,7 @@ img {
|
||||
}
|
||||
}
|
||||
.section.main .content .markdown img {
|
||||
margin: 0 0 1rem;
|
||||
margin: 1rem 0;
|
||||
max-width: 100%;
|
||||
}
|
||||
.section.main .content .markdown table {
|
||||
|
Reference in New Issue
Block a user