Skip to content

Commit

Permalink
fine tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
tdamsma committed Jun 3, 2024
1 parent 69b6ee0 commit 321fb85
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/lib/components/SpringestReviews.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@
<div class="modal-header">
<button class="btn btn-sm" aria-label="Close" on:click={closeModal}>Terug</button>
<h5 id="modalTitle">Springest Reviews</h5>
<div class="text-muted">
<i
>Wegens extreme prijsverhoging niet meer beschikbaar via Springest, maar wel direct te
boeken</i
>
</div>
</div>
<div class="modal-body">
<iframe
Expand All @@ -136,10 +142,17 @@
.container {
height: 300px;
overflow: hidden;
margin: 5px;
padding-left: 0px;
padding-right: 10px;
}
.panel {
background-color: #fff;
text-align: justify;
text-justify: inter-word;
margin-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
}
.modal {
display: block;
Expand Down
4 changes: 4 additions & 0 deletions src/lib/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -280,4 +280,8 @@ blockquote {

.larger {
font-size: 125%;
}

.bg-light {
background-color: $light;
}

0 comments on commit 321fb85

Please sign in to comment.