repos
/ timelite-nextjs master

timelite-nextjs

mirror archived upstream

A dead simple time tracker that keeps everything in local storage. Next.js, no accounts and no server.

handcodedlocalstoragenextjsreactself-hostedserverlesstime-trackingtimer

106 B · 10 lines · CSS Raw History
1.content {
2  margin-left: 50px;
3}
4
5@media (max-width: 1023.99px) {
6  .content {
7    margin-left: 0;
8  }
9}