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

github.com/davidhampgonsalves/hugo-black-and-light-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/styles.html')
-rw-r--r--layouts/partials/styles.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/styles.html b/layouts/partials/styles.html
index bcea6b8..8647880 100644
--- a/layouts/partials/styles.html
+++ b/layouts/partials/styles.html
@@ -35,10 +35,12 @@
.left-justify {
float: left;
+ width: 45%;
}
.right-justify {
float:right;
+ width: 45%;
}
pre, code {