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:
-rw-r--r--layouts/partials/styles.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/partials/styles.html b/layouts/partials/styles.html
index c5c7c57..7d42628 100644
--- a/layouts/partials/styles.html
+++ b/layouts/partials/styles.html
@@ -32,6 +32,14 @@
display: block;
}
+ .left-justify {
+ float: left;
+ }
+
+ .right-justify {
+ float:right;
+ }
+
pre, code {
font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
background-color: #f7f7f7;