Skip to content

Commit

Permalink
Merge pull request #54 from helsingborg-stad/fix/sidebar-better-respo…
Browse files Browse the repository at this point in the history
…nsive-layout

fix: sidebar and info responsive layout
  • Loading branch information
sebastianthulin authored Aug 27, 2024
2 parents 72145b8 + 05d0aa9 commit c4c8b76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/modal.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
@endif
@endgroup
<div class="o-grid u-padding__top--4">
<div class="o-grid-12@sm o-grid-9@md o-grid-9@lg o-grid-9@xl">
<div class="o-grid-12@sm o-grid-12@md o-grid-12@lg o-grid-9@xl">
@typography([])
{!! $place->postContentFiltered !!}
@endtypography
</div>
<div class="o-grid-12@sm o-grid-3@md o-grid-3@lg o-grid-3@xl">
<div class="o-grid-12@sm o-grid-12@md o-grid-12@lg o-grid-3@xl">

@if (!empty($place->placeInfo))
@listing([
Expand Down

0 comments on commit c4c8b76

Please sign in to comment.