Skip to content

Commit c1cca55

Browse files
committed
chore: fix demo page logo size on mobile
1 parent f360c89 commit c1cca55

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

includes/style.css

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ Copyright (C) 2012 SciActive.com. All Rights Reserved.
2929
.page-section {
3030
margin-bottom: 8rem;
3131
}
32+
#logo {
33+
max-width: 100%;
34+
}
3235
#copyright {
3336
text-align: center;
3437
margin-top: 40px;

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
</nav>
199199

200200
<section class="container page-banner" id="overview">
201-
<h1><img src="includes/logo.png" alt="PNotify" /></h1>
201+
<h1><img src="includes/logo.png" alt="PNotify" id="logo" /></h1>
202202
<p id="description">Beautiful notifications and prompts.</p>
203203
<p class="dev-note" style="display: none;">
204204
You probably want to go to the <a href="https://sciactive.com/pnotify/">production site</a>, cause things will be broken here.

0 commit comments

Comments
 (0)