Skip to content

Commit

Permalink
add signature
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbully committed Sep 27, 2020
1 parent 4fbd701 commit fed192a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<Navigation />
<div id="content">
<router-view />
<p class="signature">Nicole Bullecer @ DevChallenges.io</p>
</div>
</div>
</template>
Expand Down Expand Up @@ -49,7 +50,10 @@ a {
}
#content {
width: 100%;
display: flex;
flex-direction: column;
// width: 100%;
min-height: 100vh;
padding-right: 80px;
padding-left: 80px;
}
Expand All @@ -59,4 +63,12 @@ a {
color: #333;
margin-top: 0;
}
.signature {
font-family: "Montserrat", sans-serif;
color: #a9a9a9;
font-weight: 600;
margin-top: auto;
padding-bottom: 1rem;
}
</style>

0 comments on commit fed192a

Please sign in to comment.