Skip to content

Commit

Permalink
feat: improve display on small viewport (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashass authored Mar 7, 2023
1 parent 84cee0d commit 7004057
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ server.get(`/auth/realms/${config.realm}/protocol/openid-connect/auth`, async (r

const template = `
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Login</title>
<style>
* {
Expand Down

0 comments on commit 7004057

Please sign in to comment.