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:
authorDavid Hamp-Gonsalves <davidhampgonsalves@gmail.com>2017-07-17 12:34:02 +0300
committerDavid Hamp-Gonsalves <davidhampgonsalves@gmail.com>2017-07-17 12:34:02 +0300
commit95b36484f53e533fdd1f7a17a9a03485a7a2c39a (patch)
treeb08e3241a3f56625f84793988233b38ec5b1f5a2
parentb62e9ac6ff43105fed9be98c79c28d9a897acfe3 (diff)
add l/r justify classes for imgs
-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;