Skip to content

Commit 27db99a

Browse files
committed
Update index.html
1 parent dfe5184 commit 27db99a

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

docs/index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
99
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
1010
</head>
11+
<style>
12+
/* [data-v-4f9c455b] .image-src { */
13+
/* position: absolute;
14+
top: 50%;
15+
left: 50%; */
16+
/* max-width: 100%; */
17+
/* max-height: auto; */
18+
/* transform: translate(-50%, -50%); */
19+
20+
/* } */
21+
@media (min-width: 960px) {
22+
[data-v-4f9c455b] .image-src {
23+
max-width: 100%;
24+
max-height: 100%;
25+
}
26+
}
27+
</style>
1128
<body>
1229
<div id="app"></div>
1330
<script>

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ hero:
88
image:
99
src: https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/scriptable_mockup_wall.png
1010
alt: Scriptable Widgets
11-
width: 100% !important
11+
width: inherit
1212
actions:
1313
- theme: brand
1414
text: Explore Widgets

0 commit comments

Comments
 (0)