Skip to content

Commit

Permalink
Adjust art spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
maxx1128 committed Jul 9, 2024
1 parent ef614e6 commit 079a104
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _sass/_components/_under-construction.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

.coordinates-wrapper {
display: flex;
height: 50vh;
height: calc(50vh - 20px);
align-items: center;
justify-content: center;

Expand Down
2 changes: 1 addition & 1 deletion index.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ title: Homepage
{% include coordinateArt.liquid %}
</div>

<br>
<br class="hidden-xl-down">

<div>
<img width="200" height="200" class="logo block mx-auto sm--ml-none sm--mr-8 mb-6 border-radius-full" src="/assets/images/global/profile.jpg" alt="Maxwell's profile picture" />
Expand Down
2 changes: 1 addition & 1 deletion serviceworker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const version = 'V2.14',
const version = 'V2.15',
staticCacheName = `${version}staticfiles`

addEventListener('install', (installEvent) => {
Expand Down

0 comments on commit 079a104

Please sign in to comment.