Skip to content

Commit

Permalink
Fix tab sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeattie committed Jan 24, 2024
1 parent 3cf02fc commit c79b213
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You'll need to add two lines of custom JavaScript to your pages - I add these to

```html
<script>
jQuery.validator.addMethod("must-be-true", (_, element) => element.checked);
jQuery.validator.addMethod("must-be-true", (_, element) => element.checked);
jQuery.validator.unobtrusive.adapters.addBool("must-be-true");
</script>
```
Expand Down
4 changes: 4 additions & 0 deletions assets/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -487,4 +487,8 @@ section#booking-now {
p {
margin: 0.2em 0;
}
}

code {
tab-size: 2;
}

0 comments on commit c79b213

Please sign in to comment.