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
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 4 additions and 0 deletions

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;
}