Skip to content

Commit edf7940

Browse files
committed
fixed image styling
fixed headings in all posts to properly show table of contents
1 parent 71bd88e commit edf7940

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.ghost.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"contentApiKey": "b005756f83ee6e0d74275ac47c"
55
},
66
"production": {
7-
"apiUrl": "https://78f91ef3d05f.ngrok.io",
7+
"apiUrl": "https://a75622ec71a4.ngrok.io",
88
"contentApiKey": "b005756f83ee6e0d74275ac47c"
99
}
1010
}

src/styles/app.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,6 +1149,11 @@ ol.toc-list {
11491149
/* Koenig Styles
11501150
/* ---------------------------------------------------------- */
11511151

1152+
.kg-image-card {
1153+
display: flex;
1154+
flex-direction: column;
1155+
}
1156+
11521157
.kg-bookmark-card {
11531158
width: 100%;
11541159
margin-top: 0;

0 commit comments

Comments
 (0)