feat(controller): add details controller

This commit is contained in:
2024-08-03 19:18:28 +02:00
parent a99f6244b4
commit 9889c206f0
6 changed files with 135 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
.post-detail {
& .author {
font-weight: bold;
}
& .content {
padding-top: 1em;
padding-bottom: 1em;
}
& h3 {
font-size: 1.2rem;
}
}

View File

@@ -1,3 +1,4 @@
$primary: darken(#66531e, 20%);
@import "~bootstrap/scss/bootstrap";
@import "detail";