aboutsummaryrefslogtreecommitdiffstats
path: root/assets/stylesheets/layout.hcss
diff options
context:
space:
mode:
authorTeddy Wing2018-11-19 01:32:26 +0100
committerTeddy Wing2018-11-19 06:30:07 +0100
commitc7684a1f662442d08c63b27abda3a4055d897165 (patch)
tree0c5bf8d8c32e4073a748d9df63031d7cf7b002ca /assets/stylesheets/layout.hcss
parent3e5cb951f2b36deeb3ef63f46fa8e6bea45f3f87 (diff)
downloaddome-key-web-c7684a1f662442d08c63b27abda3a4055d897165.tar.bz2
index.html: Add demo video
Not committing the video files. They're only 3 & 4 megabytes each, but that still seems a bit too much to keep in version control. Add the video to the home page and center it in the content area. We give it a negative margin to center it since it's wider than the container.
Diffstat (limited to 'assets/stylesheets/layout.hcss')
-rw-r--r--assets/stylesheets/layout.hcss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/stylesheets/layout.hcss b/assets/stylesheets/layout.hcss
index 28c1d40..e06fc88 100644
--- a/assets/stylesheets/layout.hcss
+++ b/assets/stylesheets/layout.hcss
@@ -80,6 +80,10 @@ ul {
margin-left: auto;
}
+.margin-left-neg-12\.5\% {
+ margin-left: -12.5%;
+}
+
.padding-top-9 {
padding-top: 9px;
}