Skip to content

Commit

Permalink
Fixed login and register page design on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
zigazajc007 committed Jan 28, 2023
1 parent 94e93d5 commit 677a777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/css/index.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body{
min-width: 500px;
min-height: 500px;
min-width: 350px;
min-height: 350px;
overflow-x: hidden;
}

Expand Down
2 changes: 1 addition & 1 deletion website/service-worker.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This is the "Offline copy of assets" service worker

const timestamp = 1674895075;
const timestamp = 1674926220;
const CACHE = "pwabuilder-offline";

importScripts('https://storage.googleapis.com/workbox-cdn/releases/6.5.4/workbox-sw.js');
Expand Down

0 comments on commit 677a777

Please sign in to comment.