This commit is contained in:
2026-07-21 16:22:38 +08:00
parent a7c060c53f
commit 4ee588d9fc
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
}
.photo-page__brand {
margin: 0;
margin: 10px 0 0;
font-size: 15px;
font-weight: 600;
letter-spacing: 0.04em;

View File

@@ -60,7 +60,7 @@ const Photo = () => {
<div className="photo-page">
<header className="photo-page__header">
<p className="photo-page__brand">duooomi</p>
<h1 className="photo-page__title"></h1>
{/* <h1 className="photo-page__title">现场留影</h1> */}
</header>
<main className="photo-page__stage">
@@ -142,4 +142,4 @@ const Photo = () => {
);
};
export default Photo;
export default Photo;