Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion content-location-2021.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@

<div class="flex-item second span3">
<?php echo $content_top_2021; ?>
<?php echo $content1; ?>
</div>

</div>
Expand Down
26 changes: 22 additions & 4 deletions css/partials/_locations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,19 @@
}
}
.second {
max-width: 540px;
@include bp-tablet--portrait {
width: 66%;
}
// This overrides default .alignleft styling which has 1em top
// margin.
img.alignleft {
margin-top: 0;

.featured-location {
margin-top: 36px;

// This overrides default .alignleft styling which has 1em top
// margin.
img.alignleft {
margin-top: 0;
}
}
}
}
Expand Down Expand Up @@ -306,6 +312,18 @@
}

/* ---- Responsive Styles ---- */
@media screen and (max-width: 820px) {
.page-template-page-location-2021 {
.second {
.featured-location {
.alignleft {
float: inherit;
}
}
}
}
}

@media screen and (min-width: 569px) and (max-width: 820px) {
.locationPage {
.profile-content {
Expand Down