Skip to content

Commit

Permalink
Resolve some typo error + Accessibility scale-up allow
Browse files Browse the repository at this point in the history
Signed-off-by: Eunki Hong <[email protected]>
  • Loading branch information
hinohie committed Apr 2, 2024
1 parent 132235e commit 23355e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gallery_more.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</head>
<body>
<div>
<h1>More images! (Swipe left to right)</h1>
<h1>More images! (Swipe left to right / top to bottom)</h1>
</div>
<div>
<div class="MoreImages"></div>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8"/>
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<meta content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" name="viewport"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>

<!-- Thumbnail image when we share this url -->
<meta content="https://drive.google.com/thumbnail?sz=w300&id=1PUc2P1pjq0xa4u0IALakBiBLA-NxjqKr" property="og:image"/>
Expand Down
4 changes: 2 additions & 2 deletions styles/style_main.css
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ span {
gap: 10px;
margin: 15px;
width:100%;
max-width: 340px;
max-width: 340px;
}
.Account > .Line {
min-width: 120px;
Expand All @@ -313,7 +313,7 @@ span {
flex-direction: row;
justify-content: flex-start;
display: inline-flex;
flex-wrap: wrap;
flex-wrap: wrap;
gap: 10px;
}

Expand Down

0 comments on commit 23355e7

Please sign in to comment.