We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9779c41 commit fd785e7Copy full SHA for fd785e7
index.pug
@@ -62,7 +62,8 @@ div.container
62
| Our users are diverse and we keep being surprised by what people use ActivityWatch for.
63
| If you've built something cool that you've want to share with us, post about it on #[a(href="https://forum.activitywatch.net") the forum]!
64
65
- .col-md-4
+ // Move the column to be the first one on small screens
66
+ .col-md-4.order-first.order-md-last
67
h4 Screenshots
68
a(href='/img/screenshot-v0.9.3-activity.png')
69
figure(style='width: 100%; border: 1px #999 solid; border-radius: 2px')
0 commit comments