Browse Source

remove margin bottom on first link

main
Mikey Oz 3 years ago
parent
commit
19a3f83ab5
  1. 2
      app/client.imba
  2. 2
      package.json
  3. 2
      sw.imba

2
app/client.imba

@ -181,7 +181,7 @@ tag app
css .link
d:flex fld:row jc:space-between ai:center
px:15px py:10px rd:5px
@first mb:10px bg:blue3/5
@first bg:blue3/5
css a
tt:capitalize td:none c:blue3 fs:20px

2
package.json

@ -1,6 +1,6 @@
{
"name": "fuzzyhome",
"version": "0.0.18",
"version": "0.0.19",
"scripts": {
"start": "imba run -SMH --baseurl . -w server.imba",
"build-app": "imba build -SMH --baseurl . server.imba",

2
sw.imba

@ -1,7 +1,7 @@
let p = console.log
const app_prefix = "fuzzyhome_cache"
const version = "0.0.18"
const version = "0.0.19"
const cache_name = "{app_prefix}-{version}"

Loading…
Cancel
Save