Skip to content

Commit

Permalink
Merge branch 'hotfix/2.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubawy committed Dec 21, 2021
2 parents 1781529 + f38c68d commit 466e4a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mysite",
"version": "2.1.0",
"version": "2.1.1",
"private": true,
"scripts": {
"serve": "npm run build:dev && (npm run build:watch & npm run serve:firebase)",
Expand Down
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</div>
<div id="about">
<br />
<div class="container">
<div class="container text-center">
<div class="row gap-2">
<div class="col-md-4 m-auto">
<div class="container">
Expand All @@ -34,7 +34,7 @@
/>
</div>
</div>
<div class="col text-center m-auto">
<div class="col m-auto">
<h2>Hello! I'm Andrew Lubawy.</h2>
<p class="lead">
Software Devloper for Analytical Mechanics Associates and
Expand Down

0 comments on commit 466e4a2

Please sign in to comment.