ソースを参照

feat: home page section divider

BaiLuoYan 1 ヶ月 前
コミット
13c8005f67
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/pages/home/components/SectionDivider.tsx

+ 1 - 1
src/pages/home/components/SectionDivider.tsx

@@ -1,6 +1,6 @@
 export function SectionDivider() {
     return (
-        <div className="w-full opacity-40">
+        <div className="hidden lg:block w-full opacity-40">
             <svg width="100%" height="1" xmlns="http://www.w3.org/2000/svg">
                 <line
                     x1="0"