Nuxt Content 3 migration #12

Merged
eggy merged 81 commits from js into master 2022-08-10 18:38:39 -04:00
2 changed files with 5 additions and 0 deletions
Showing only changes of commit c2c2249dd5 - Show all commits

View File

@ -49,6 +49,7 @@ const height = forceheight ?? "auto";
.main-content {
padding: v-bind(padding);
padding-top: 0;
overflow-wrap: break-word;
}
.title {

View File

@ -58,4 +58,8 @@ const prettyDate = latestDate.format("DD MMM YYYY");
article p {
color: gray;
}
h2 {
word-break: break-all;
}
</style>