Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit d9c3793

Browse files
committed
Fix overlap in about section
Remove the height property of #about in About.vue Fixes #11
1 parent 653b135 commit d9c3793

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/About.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export default {
3030
</script>
3131
<style lang="scss" scoped>
3232
#about {
33-
height: 100vh;
3433
width: 100%;
3534
display: flex;
3635
flex-direction: column;

0 commit comments

Comments
 (0)