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

github.com/xaprb/story.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorBaron Schwartz <xaprb@users.noreply.github.com>2018-09-08 22:05:08 +0300
committerBaron Schwartz <xaprb@users.noreply.github.com>2018-09-08 22:05:08 +0300
commit403df3ff62d2c68795cb71a80180431e87a4ac76 (patch)
treeec17e798ccc99063cc1ce8a5d8d91c9a0f7ae5a8 /static
parent77cb0d4cb1ab01e4f501c057cf1584eb9d4e457d (diff)
add middle/bottom title slide layouts, prepare to convert to LESS
Diffstat (limited to 'static')
-rw-r--r--static/css/apron.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/css/apron.css b/static/css/apron.css
index 13e2e21..61ea91c 100644
--- a/static/css/apron.css
+++ b/static/css/apron.css
@@ -40,6 +40,12 @@
text-align: center;
background-size: cover;
}
+.remark-slide-content.title.middle {
+ padding-top: calc(681px / 3);
+}
+.remark-slide-content.title.bottom {
+ padding-top: calc(681px * 2/3);
+}
/* img-caption layout
* Assumes you begin the content with an image.