Skip to content

Commit

Permalink
Fix site on mobile.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Sep 21, 2024
1 parent 2017753 commit b8f08cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/site/resources/index.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="main">
<h1>exfilac</h1>
<p>
<img src="exfilac.jpg" alt="Exfilac" width="1280" height="640"/>
<img src="exfilac.jpg" alt="Exfilac" width="1280" height="640" class="screenImage" />
</p>
<p>
Simple, reliable, automated S3 uploads for Android.
Expand Down
9 changes: 8 additions & 1 deletion src/site/resources/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,15 @@ a:active { color: #0000ff; }
margin-bottom: 32px;
}

.screenImage {
max-width: 100%;
max-height: 100%;
width: 100%;
height: auto;
}

table.links {
width: 1280px;
width: 100%;
}

table {
Expand Down

0 comments on commit b8f08cd

Please sign in to comment.