Skip to content

Commit

Permalink
Show ID token in Demo App
Browse files Browse the repository at this point in the history
  • Loading branch information
gkapkowski committed Mar 17, 2023
1 parent 2bb4790 commit 3708ba4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@

.pure-g {
margin: auto;
width: 600px;
width: 800px;
padding-top: 30px;
}

@media (max-width: 600px) {
@media (max-width: 800px) {
.pure-g {
width: 100%;
}
Expand All @@ -40,7 +40,7 @@
}

.data {
width: 80%;
width: 100%;
}
</style>
</head>
Expand All @@ -50,7 +50,7 @@
<h2>Success! You are logged in as:</h2>
<span>{{user}}</span>
Data:
<div class="data">{{data}}</div>
<pre class="data">{{data}}</pre>
</div>
</div>
</body>
Expand Down

0 comments on commit 3708ba4

Please sign in to comment.