From f5fa2af5360cc21006589f36022d0f9c71f5f0cd Mon Sep 17 00:00:00 2001 From: DutchEllie Date: Mon, 20 Jun 2022 11:17:16 +0200 Subject: [PATCH] New tags --- .drone.yml | 6 ++---- web/static/style.css | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7aad732..f29db76 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/web/static/style.css b/web/static/style.css index cd82f6a..40e7bc4 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -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;