Slots and off topic plugin

This commit is contained in:
Belen Curcio
2017-04-07 14:05:23 -03:00
parent 79d9e24cb6
commit c6189e8b3a
2 changed files with 9 additions and 0 deletions
@@ -0,0 +1,3 @@
.inline {
display: inline-block;
}
@@ -0,0 +1,6 @@
.slot {
display: inline-block;
div {
display: inline-block;
}
}