Ver código fonte

feat: home page section divider

BaiLuoYan 1 mês atrás
pai
commit
13c8005f67
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/pages/home/components/SectionDivider.tsx

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

@@ -1,6 +1,6 @@
 export function SectionDivider() {
 export function SectionDivider() {
     return (
     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">
             <svg width="100%" height="1" xmlns="http://www.w3.org/2000/svg">
                 <line
                 <line
                     x1="0"
                     x1="0"