Skip to content

Commit

Permalink
Increased max image height, heading anchor tag to monospace
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfran committed Nov 18, 2024
1 parent 5ee19e9 commit 3618437
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ h6 {
.heading {
a {
text-decoration: none;
font-weight: normal;
color: var(--content-secondary);
visibility: hidden;
font-size: 0.95em;
font-size: 0.9em;
font-family: var(--font-mono);
}

&:hover a {
Expand Down Expand Up @@ -407,7 +409,7 @@ footer a {

/* images */

figure > div {
figure>div {
width: 100%;
display: flex;
justify-content: center;
Expand Down Expand Up @@ -555,4 +557,4 @@ blockquote {
blockquote p {
margin-left: 1rem;
margin-right: 1rem;
}
}
4 changes: 2 additions & 2 deletions assets/css/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

/* Content */
--content-height: calc(100vh - var(--footer-height));
--figure-img-max-height: 500px;
--figure-img-max-height: 800px;

/* Tables */
--table-cell-padding: .5rem;
Expand All @@ -75,4 +75,4 @@
--social-icons-bottom-margin: 0rem;
--caption-padding: calc(2 * var(--main-padding));
}
}
}

0 comments on commit 3618437

Please sign in to comment.