File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,9 +122,9 @@ export default function StaticMarkdownPage({
122122 < Head >
123123 < title > JSON Schema Blog</ title >
124124 </ Head >
125- < div className = 'max-w-[1400px] mx-auto overflow-x-hidden flex flex-col items-center mt-10 ' >
125+ < div className = 'max-w-[1400px] mx-auto overflow-x-hidden flex flex-col items-center mt-0 sm:mt-10 ' >
126126 { recentBlog [ 0 ] && (
127- < div className = 'relative w-full h-[400px] bg-black clip-bottom mt-1.5 flex flex-col items-center justify-start dark:bg-slate-700' >
127+ < div className = 'relative w-full h-[500px] sm: h-[400px] bg-black clip-bottom mt-1.5 flex flex-col items-center justify-start dark:bg-slate-700' >
128128 < div className = 'absolute w-full h-full dark:bg-[#282d6a]' >
129129 < Image
130130 src = { recentBlog [ 0 ] . frontmatter . cover }
You can’t perform that action at this time.
0 commit comments