Skip to content

Commit 62c9b63

Browse files
Fit the about page header
1 parent 8751144 commit 62c9b63

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/index.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ h1 {
6060
margin: 0;
6161
}
6262

63+
h1.about {
64+
/* smaller, otherwise it doesnt fit */
65+
font-size: 42px;
66+
}
67+
6368
h2 {
6469
margin-top: 0;
6570
text-align: center;
@@ -198,7 +203,6 @@ header .logo {
198203
cursor: pointer;
199204
border: none;
200205
border-radius: 0.5em;
201-
margin: 1em 0;
202206
}
203207

204208
.connectbutton {
@@ -289,7 +293,7 @@ img.headericon {
289293
.threecolumns {
290294
font-size: 15px;
291295
float: left;
292-
padding: 1em;
296+
padding: 1em 1em 0 1em;
293297
width: 30%;
294298
}
295299

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h3>You'll be able to add a comment to your donation, so use that to reach out i
9393
</div>
9494
<div class="main-content" id="content5">
9595
<div class="onecolumn">
96-
<h1>PeerViewer is a remote desktop and support solution, completely free for unlimited personal and commercial use.</h1>
96+
<h1 class="about">PeerViewer is a remote desktop and support solution, completely free for unlimited personal and commercial use.</h1>
9797
<p>
9898
Under the hood, it uses direct (peer-to-peer) connections between the participants. This was recently made possible by the power of the <a href="https://pears.com/" target="_blank"><img class="pearslogo" src="../images/pears-logo.svg" alt="Pear Runtime Logo"/>Pear Runtime</a>.</p>
9999
<!--

0 commit comments

Comments
 (0)