Skip to content

Commit

Permalink
Improve experience on mobile devices (borkdude#49)
Browse files Browse the repository at this point in the history
* Improve experience on mobile devices

* Update changelog
  • Loading branch information
MatKurianski authored Dec 15, 2022
1 parent c4b2e9a commit d17149f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Instances of quickblog can be seen here:
- [Josh Glover's blog](https://jmglov.net/blog)
- [Jeremy Taylor's blog](https://jdt.me/strange-reflections.html)

## 0.1.1 (2022-12-15)

- Improve visualization on mobile screens

## 0.1.0 (2022-12-11)

- Add command line interface
Expand Down
1 change: 1 addition & 0 deletions resources/quickblog/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<title>{{title}}</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link type="application/atom+xml" rel="alternate" href="{{relative-path | safe}}atom.xml" title="{{title}}">
<link rel="stylesheet" href="{{relative-path | safe}}style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.28.0/prism.min.js"></script>
Expand Down
1 change: 1 addition & 0 deletions resources/quickblog/templates/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ a {
.wrapper {
max-width: 800px;
margin: 0 auto 0 auto;
padding: 0 15px;
}

h2 {
Expand Down

0 comments on commit d17149f

Please sign in to comment.