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

Commit aed4cc4

Browse files
committed
Change height: 100vh to min-height: 100vh
Fixes #66
1 parent d9c3793 commit aed4cc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/About.vue

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

0 commit comments

Comments
 (0)