소스 검색

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"