From 95b36484f53e533fdd1f7a17a9a03485a7a2c39a Mon Sep 17 00:00:00 2001 From: David Hamp-Gonsalves Date: Mon, 17 Jul 2017 06:34:02 -0300 Subject: add l/r justify classes for imgs --- layouts/partials/styles.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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; -- cgit v1.2.3