diff --git a/src/pages/photo.css b/src/pages/photo.css index a304a2d..303d02e 100644 --- a/src/pages/photo.css +++ b/src/pages/photo.css @@ -18,7 +18,7 @@ } .photo-page__brand { - margin: 0; + margin: 10px 0 0; font-size: 15px; font-weight: 600; letter-spacing: 0.04em; diff --git a/src/pages/photo.tsx b/src/pages/photo.tsx index 99ecbce..a8bb530 100644 --- a/src/pages/photo.tsx +++ b/src/pages/photo.tsx @@ -60,7 +60,7 @@ const Photo = () => {
duooomi
-