Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jonathanjanssens/hugo-casper3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/custom.scss')
-rw-r--r--assets/scss/custom.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss
new file mode 100644
index 0000000..aaf7923
--- /dev/null
+++ b/assets/scss/custom.scss
@@ -0,0 +1,3 @@
+.post-content > div {
+ width: 100%;
+}