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

Commit 16ca195

Browse files
Merge pull request #67 from ankitskvmdam/fix-about-overlap
Fix overlap in about section
2 parents 24fee13 + d69e7e3 commit 16ca195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/About.vue

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

0 commit comments

Comments
 (0)