We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f360c89 commit c1cca55Copy full SHA for c1cca55
includes/style.css
@@ -29,6 +29,9 @@ Copyright (C) 2012 SciActive.com. All Rights Reserved.
29
.page-section {
30
margin-bottom: 8rem;
31
}
32
+#logo {
33
+ max-width: 100%;
34
+}
35
#copyright {
36
text-align: center;
37
margin-top: 40px;
index.html
@@ -198,7 +198,7 @@
198
</nav>
199
200
<section class="container page-banner" id="overview">
201
- <h1><img src="includes/logo.png" alt="PNotify" /></h1>
+ <h1><img src="includes/logo.png" alt="PNotify" id="logo" /></h1>
202
<p id="description">Beautiful notifications and prompts.</p>
203
<p class="dev-note" style="display: none;">
204
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