We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e982784 commit 5e1d022Copy full SHA for 5e1d022
3 files changed
public/css/cover.css
@@ -354,6 +354,12 @@ input {
354
color: white;
355
}
356
357
+.screenshot {
358
+ margin: 30px auto;
359
+ width: 100%;
360
+ border-radius: 3px;
361
+}
362
+
363
select {
364
color: black;
365
public/screenshot.png
233 KB
public/views/index.ejs
@@ -87,6 +87,7 @@
87
<a type="button" href="<%- url %>/features" class="btn btn-lg btn-primary" style="min-width: 200px;"><%= __('Explore all features') %></a>
88
<br>
89
90
+ <img src="<%- url %>/screenshot.png" class="screenshot ui-signin">
91
</span>
92
<div class="lead row" style="width: 90%; margin: 0 auto;">
93
<div class="col-md-4 inner">
0 commit comments