Skip to content

Commit

Permalink
Minor style improvements to ablog (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Feb 16, 2023
1 parent 9a10f9d commit ced262d
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions src/pydata_sphinx_theme/assets/styles/extensions/_ablog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
&.ablog-cloud {
flex-direction: row;
flex-flow: wrap;
gap: 0.25rem;
gap: 0.5rem;

// Vertical-align tag clouds
li {
Expand Down Expand Up @@ -110,21 +110,29 @@
.ablog-post {
list-style: none;

// Post metadata
// Post metadata tags (author, links ,etc) should be a bit smaller
.ablog-archive {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 1rem;
list-style: none;
font-size: 0.75rem;
padding-left: 0;
}

// Title line should be a bit bigger
// Title line should be a bit bigger and bold to stand out
.ablog-post-title {
margin-top: 0;
font-size: 1.5rem;
font-size: 1.25rem;

a {
font-weight: bold;
}
}

// Read more button should be a bit bigger
.ablog-post-expand {
font-size: 1.25rem;
margin-bottom: 0.5rem;
}
}
Expand Down

0 comments on commit ced262d

Please sign in to comment.