Skip to content

Commit 708ba9d

Browse files
Improve laptop styling
1 parent ebe9261 commit 708ba9d

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

src/index.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ input:focus{
108108
#content4 .innermain-content {
109109
width: 70%;
110110
}
111+
#content6 .innermain-content {
112+
width: 45%;
113+
}
111114
.main-content {
112115
display: none; /* by default, main-content is not visible until enable by the javascript menu - except content0 (see below) */
113116
flex-wrap: wrap;
@@ -320,7 +323,10 @@ img.headericon {
320323

321324
#content6 img.laptop {
322325
position: absolute;
323-
width: 55%;
326+
right: 2%;
327+
bottom: 10%;
328+
max-width: 60%;
329+
max-height: 60%;
324330
}
325331

326332
#content4 img.donate {

src/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
<div class="menuitem"><a href="#" class="menubutton" onclick="menuChange(event,4)">Contact&nbsp;and&nbsp;Donate</a></div>
3131
</div>
3232
</header>
33-
<div class="main-content" id="content6">
34-
<div class="twocolumns column1">
33+
<div class="outermain-content" id="content6">
34+
<div class="innermain-content onecolumn">
3535
<h1>Direct, Secure and Uninterrupted Remote Access - The P2P Way</h1>
3636
<p>PeerViewer is a fully peer-to-peer remote desktop applications that lets you securely access and control computers anywhere, anytime, without the need for centralized servers. It's the privacy-focused, cost-effective solution for seamless remote support and collaboration.</p>
3737
<a href="https://github.com/PeerViewer/codebase/releases/" class="bigbutton regulardownloadbutton" target="_blank"><div>Download PeerViewer to get started</div></a>
3838
</div>
39-
<div>
39+
<div class="">
4040
<img src="../images/laptop.png" class="laptop"/>
4141
</div>
4242
</div>

0 commit comments

Comments
 (0)