mirror of
https://github.com/simon987/dataarchivist.net.git
synced 2025-12-17 21:09:03 +00:00
Display post author
This commit is contained in:
@@ -61,7 +61,6 @@ pre code {
|
||||
}
|
||||
|
||||
.site-title {
|
||||
text-transform: none;
|
||||
font-weight: normal;
|
||||
font-family: "Source Sans Pro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
@@ -235,7 +234,6 @@ pre code {
|
||||
font-weight: bold;
|
||||
font-size: 39px;
|
||||
line-height: 40px;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@@ -318,3 +316,12 @@ hr {
|
||||
figure {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.post-author {
|
||||
display: block;
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
color: #757575;
|
||||
margin-top: -0.1em;
|
||||
margin-left: 2em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user