Nuxt Content 3 migration #12
@ -49,6 +49,7 @@ const height = forceheight ?? "auto";
|
||||
.main-content {
|
||||
padding: v-bind(padding);
|
||||
padding-top: 0;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
@ -58,4 +58,8 @@ const prettyDate = latestDate.format("DD MMM YYYY");
|
||||
article p {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
h2 {
|
||||
word-break: break-all;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user