mirror of
https://github.com/chinchang/web-maker.git
synced 2025-08-04 20:37:29 +02:00
Merge remote-tracking branch 'origin/master' into manifestv3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!doctype html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
@@ -114,7 +114,7 @@
|
||||
padding: 1rem;
|
||||
max-width: var(--layout-max-width);
|
||||
margin: 0 auto;
|
||||
min-height: 55vh;
|
||||
min-height: calc(100dvh - 4rem);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
@@ -514,7 +514,7 @@
|
||||
A blazing fast & offline frontend playground in your browser
|
||||
</h2>
|
||||
<div style="margin-top: 30px" id="cta" class="mb-2">
|
||||
<a class="btn download-btn web-app-btn" href="/app/">
|
||||
<a class="btn download-btn web-app-btn" href="/create/">
|
||||
<span>Open Web App</span>
|
||||
</a>
|
||||
<p style="margin-top: 3px">
|
||||
|
Reference in New Issue
Block a user