Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
fixing line spacing on blog titles in lists
Browse files Browse the repository at this point in the history
  • Loading branch information
dansinker committed Apr 28, 2015
1 parent 35ce8ae commit e5dc9df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _site/media/css/devices.css
Expand Up @@ -1056,7 +1056,7 @@ ul.bloglist li {

ul.bloglist li p.blogtitle {
font-size: 1.3em;
line-height: 1em;
line-height: 1.2em;
margin-bottom: 10px;
}

Expand Down
2 changes: 1 addition & 1 deletion media/css/devices.css
Expand Up @@ -1056,7 +1056,7 @@ ul.bloglist li {

ul.bloglist li p.blogtitle {
font-size: 1.3em;
line-height: 1em;
line-height: 1.2em;
margin-bottom: 10px;
}

Expand Down

0 comments on commit e5dc9df

Please sign in to comment.