Photo: Max width on title
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user