Skip to content

Commit

Permalink
Merge pull request #6 from shazz/site-updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
shazz authored Aug 18, 2024
2 parents 4deda2d + 0b15d5b commit f219b79
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions themes/pelican-chunk/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ body {
background-image: -moz-linear-gradient( rgba(0,0,0,0.22), rgba(255,255,255,0) 80px );
background-image: -webkit-linear-gradient( rgba(0,0,0,0.22), rgba(255,255,255,0) 80px );
color: #555;
font-family: 'Lato', 'DM Serif Text', 'Courier New', Courier, monospace
/* font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; */
font-family: 'Lato', 'DM Serif Text','dmserif-css', 'Courier New', Courier, monospace;
font-size: 16px;
margin: 0;
text-align: center;
Expand All @@ -31,7 +32,7 @@ body {
}
#header {
min-height: 180px;
padding-top: 70px;
padding-top: 10px;
width: 100%;
}
#contents {
Expand Down Expand Up @@ -186,8 +187,9 @@ body {
float: left;
line-height: 175%;
padding: 29px 5px 15px 15px;
font-family: 'Lato';
text-align: left;
width: 580px;
width: 90%;
}
.hentry .entry-meta {
font-family: 'Oswald', Helvetica, Arial, sans-serif;
Expand Down

0 comments on commit f219b79

Please sign in to comment.