aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/hmno_banners.scss
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2014-02-16 19:08:57 +0100
committerHarald Eilertsen <haraldei@anduin.net>2014-02-16 19:08:57 +0100
commitea5d5dc4fc6923a3701eb0e0b68fdf936217233c (patch)
tree4a15530b9ba246a967b270bd0980ef30b24bd708 /app/assets/stylesheets/hmno_banners.scss
parent93421980d48b968b825922063c2dab9e9ee8cb4c (diff)
downloadhmnoweb-ea5d5dc4fc6923a3701eb0e0b68fdf936217233c.tar.gz
hmnoweb-ea5d5dc4fc6923a3701eb0e0b68fdf936217233c.tar.bz2
hmnoweb-ea5d5dc4fc6923a3701eb0e0b68fdf936217233c.zip
Fix styling for banners
- Put banners in center of container - Set minimum size of page and elements to make room for banners
Diffstat (limited to 'app/assets/stylesheets/hmno_banners.scss')
-rw-r--r--app/assets/stylesheets/hmno_banners.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/hmno_banners.scss b/app/assets/stylesheets/hmno_banners.scss
new file mode 100644
index 0000000..205b7c9
--- /dev/null
+++ b/app/assets/stylesheets/hmno_banners.scss
@@ -0,0 +1,3 @@
+#slider {
+ text-align: center;
+}