File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ export function Screenshots() {
113
113
onTouchMove = { onTouchMove }
114
114
onTouchEnd = { onTouchEnd }
115
115
>
116
- < div className = "aspect-[16/10] overflow-hidden rounded-lg sm:rounded-2xl bg-card border shadow-lg" >
116
+ < div className = "aspect-[9/16] sm:aspect-[ 16/10] overflow-hidden rounded-lg sm:rounded-2xl bg-card border shadow-lg" >
117
117
< picture >
118
118
< source media = "(max-width: 640px)" srcSet = { current . mobile } />
119
119
< img
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ const structuredData = {
96
96
<meta name =" apple-mobile-web-app-title" content =" Gitea Mirror" />
97
97
98
98
<!-- Structured Data -->
99
- <script type =" application/ld+json" set:html ={ JSON .stringify (structuredData )} />
99
+ <script type =" application/ld+json" is:inline set:html ={ JSON .stringify (structuredData )} />
100
100
101
101
<!-- Preconnect to external domains -->
102
102
<link rel =" preconnect" href =" https://fonts.googleapis.com" />
You can’t perform that action at this time.
0 commit comments