Skip to content

Commit

Permalink
Adjust spacing so letter buttons are lower on the screen for better t…
Browse files Browse the repository at this point in the history
…humb access on mobile
  • Loading branch information
Gyanreyer committed Apr 12, 2023
1 parent 5637a87 commit 8c2804b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/_components/letter-form.webc
Expand Up @@ -29,6 +29,7 @@
</form>
<style webc:scoped>
:host {
margin-top: 6rem;
display: flex;
flex-direction: column;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion src/pwa/serviceWorker.js
@@ -1,4 +1,4 @@
const cacheName = "open-spelling-bee-1.1.1";
const cacheName = "open-spelling-bee-1.1.2";
const cacheFiles = ["/", "/index.html"];

self.addEventListener("install", (e) => {
Expand Down

0 comments on commit 8c2804b

Please sign in to comment.