Skip to content

Commit

Permalink
wow
Browse files Browse the repository at this point in the history
  • Loading branch information
amgno committed Sep 26, 2024
1 parent 865e316 commit f54f944
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
16 changes: 8 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ services:
environment:
- NODE_ENV=production
- ADMIN_PASSWORD=pass
# networks:
# - caddy
# labels:
# caddy: pf.dev.magno.me
# caddy.reverse_proxy: "{{upstreams 3000}}"
networks:
- caddy
labels:
caddy: pf.dev.magno.me
caddy.reverse_proxy: "{{upstreams 3000}}"


# networks:
# caddy:
# external: true
networks:
caddy:
external: true



Expand Down
4 changes: 2 additions & 2 deletions project.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@
}

.tool-icon {
width: 24px;
height: 24px;
width: 35px;
height: 35px;
margin-right: 10px;
vertical-align: middle;
}
Expand Down
2 changes: 0 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,6 @@ h1, h2, h3, h4, h5, h6, p, a, span, li {
}

.tool-icon {
width: 32px;
height: 32px;
margin-right: 15px;
margin-bottom: 10px; /* Add some bottom margin */
vertical-align: middle;
Expand Down

0 comments on commit f54f944

Please sign in to comment.