Skip to content

Commit

Permalink
Display logo on mobile, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoCeruti authored Nov 23, 2023
1 parent b8cd1e9 commit b4795aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# linux-show-player-website
[WIP] Website for Linux Show Player
# Website for Linux Show Player

```shell
# Install
bundle install

# Serve
bundle exec jekyll serve
```
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
---
<div class="container py-3">
<div class="container text-center">
<img src="/assets/images/logo.svg" width="180" alt="" class="d-none d-sm-block mx-auto mb-3">
<img src="/assets/images/logo.svg" width="180" alt="" class="d-block mx-auto mb-3">

<h1 class="display-1 fw-bold">Linux Show Player</h1>
<h4 class="text-muted mb-0">Cue player designed for stage productions</h4>
Expand Down

0 comments on commit b4795aa

Please sign in to comment.