aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/asg2019/main.less
diff options
context:
space:
mode:
authorDaniel Molkentin2019-09-19 10:50:02 +0200
committerDaniel Molkentin2019-09-19 11:50:50 +0200
commit30ccb5a411a42a46c8445127aa162b163f2b01fd (patch)
tree6b4130e814841545357e81b3fe496b9b63392021 /configs/conferences/asg2019/main.less
parent742605009684b524a2c79febd726e3b001ec85f8 (diff)
All Systems Go 2019
Diffstat (limited to '')
-rwxr-xr-xconfigs/conferences/asg2019/main.less10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/conferences/asg2019/main.less b/configs/conferences/asg2019/main.less
new file mode 100755
index 0000000..14065ad
--- /dev/null
+++ b/configs/conferences/asg2019/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;
+}