Skip to content

Commit f7d661b

Browse files
committed
Merge branch 'main' of https://github.com/garubi/push-push-editor into main
2 parents d9730fa + 85db864 commit f7d661b

File tree

5 files changed

+327
-244
lines changed

5 files changed

+327
-244
lines changed

docs/css/custom.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,19 @@ button[disabled]{
8787
color: #666666;
8888
}
8989

90+
img.help{
91+
max-width: 100%;
92+
height: auto;
93+
margin: auto;
94+
}
95+
96+
img.shadow{
97+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
98+
}
99+
100+
h1 img{
101+
vertical-align: middle;
102+
}
90103
/* for Alpine.js */
91104
[x-cloak] {
92105
display: none !important;

docs/images/install-desktop.png

25.1 KB
Loading

docs/images/install-mobile.png

35.1 KB
Loading

0 commit comments

Comments
 (0)