New tags
continuous-integration/drone/push Build is passing Details

This commit is contained in:
DutchEllie 2022-06-20 11:17:16 +02:00
parent 6a2ec9f099
commit f5fa2af536
Signed by: DutchEllie
SSH Key Fingerprint: SHA256:dKq6ZSgN5E3Viqrw/+xAdf2VdR6hdRGNyrYqXXwfjTY
2 changed files with 3 additions and 5 deletions

View File

@ -45,8 +45,7 @@ steps:
dockerfile: Dockerfile
repo: dutchellie/proper-website-2
tags:
- dev
- ${DRONE_COMMIT_SHA:0:8}
- dev-${DRONE_COMMIT_SHA:0:8}
depends_on:
- build-wasm
- build-server
@ -128,8 +127,7 @@ steps:
dockerfile: Dockerfile
repo: dutchellie/proper-website-2
tags:
- latest
- ${DRONE_COMMIT_SHA:0:8}
- latest-${DRONE_COMMIT_SHA:0:8}
depends_on:
- build-wasm
- build-server

View File

@ -360,7 +360,7 @@ div.comment-message p{
@media only screen and (max-width: 914px) {
.header {
font-size: 3em;
font-size: 10vw;
}
.main {
padding-left: 5px;