Skip to content

Commit

Permalink
refactor(about.vue): add class to about container
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Dec 29, 2021
1 parent c8eac13 commit d8f82d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fragments/about/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div>
<div class="custom-about" ref="customAbout">
</div>
<div v-if="showDefaultAboutContent" ref="aboutContainer">
<div v-if="showDefaultAboutContent" class="about-container" ref="aboutContainer">
<header style="margin-top: 0">
<img ref="aboutLogo" height="auto" class="logo" src="@/assets/img/logo@2x.png" width="200px" />
</header>
Expand Down

0 comments on commit d8f82d4

Please sign in to comment.