aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/asg2018/main.less
diff options
context:
space:
mode:
authorDaniel Molkentin2018-09-26 22:29:07 +0200
committerDaniel Molkentin2018-09-26 22:29:07 +0200
commit50c355eef0a5433a2687121ae61467b3785f8e79 (patch)
treed89a33a464ec87ca30d9d8f72f7969772cb50ed5 /configs/conferences/asg2018/main.less
parent4802442ce38dfa2ce1d9682db4e58bac5749c3fa (diff)
add asg2018
Diffstat (limited to 'configs/conferences/asg2018/main.less')
-rwxr-xr-xconfigs/conferences/asg2018/main.less10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/conferences/asg2018/main.less b/configs/conferences/asg2018/main.less
new file mode 100755
index 0000000..14065ad
--- /dev/null
+++ b/configs/conferences/asg2018/main.less
@@ -0,0 +1,10 @@
+@import "../../../assets/css/_structure.less";
+
+.logo {
+ background-image: url(logo.png);
+ background-size: contain;
+ background-position: center;
+ background-repeat: no-repeat;
+ height: 200px;
+ margin: 20px 0 0 0;
+}