forked from potsda.mn/mobilizon
Add margin above title in Explore section
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
ac05baf1a8
commit
cab4ebf64e
|
@ -58,6 +58,10 @@ export default class Explore extends Vue {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
h1.title {
|
||||||
|
margin-top: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
h3.title {
|
h3.title {
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue