diff --git a/src/style/organisms/_photos.scss b/src/style/organisms/_photos.scss index 462b40b..4b5c85f 100644 --- a/src/style/organisms/_photos.scss +++ b/src/style/organisms/_photos.scss @@ -80,6 +80,13 @@ } } + // Title + h2 { + @include breakpoint (sm) { + max-width: 840px; + } + } + // Even photos &:nth-child(even) { @include breakpoint (sm) { @@ -87,6 +94,9 @@ .photo__location, h2 { text-align: right; } + h2 { + margin-left: auto; + } // Image .photo {