feat(controller): add details controller

This commit is contained in:
2024-08-04 14:13:33 +02:00
parent a99f6244b4
commit 9889c206f0
6 changed files with 135 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
.post-detail {
& .author {
font-weight: bold;
}
& .content {
padding-top: 1em;
padding-bottom: 1em;
}
& h3 {
font-size: 1.2rem;
}
}
+1
View File
@@ -1,3 +1,4 @@
$primary: darken(#66531e, 20%);
@import "~bootstrap/scss/bootstrap";
@import "detail";