Skip to content

Commit

Permalink
Send offline mode on vacation.
Browse files Browse the repository at this point in the history
  • Loading branch information
cstephen committed May 2, 2024
1 parent 253c8ba commit a87772b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added assets/images/vacation.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions components/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@
<style lang="scss" scoped>
.offline {
border: 0.1px solid #888;
min-height: 900px;
background-color: #e7b69a;
background-image: url('~/assets/images/vacation.jpg');
background-repeat: no-repeat;
background-position: bottom;
background-size: cover;
}
</style>
<script>
Expand Down

0 comments on commit a87772b

Please sign in to comment.