Add margin above title in Explore section

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-10-10 13:50:23 +02:00
parent ac05baf1a8
commit cab4ebf64e

View File

@@ -58,6 +58,10 @@ export default class Explore extends Vue {
</script>
<style scoped lang="scss">
h1.title {
margin-top: 1.5rem;
}
h3.title {
margin-bottom: 1.5rem;
}