From bef54f5f25dc376e3387fd2a0bcffb763d05f9d8 Mon Sep 17 00:00:00 2001 From: Sinaru Gunawardena Date: Thu, 16 May 2024 20:06:53 +0100 Subject: [PATCH] Update text --- lib/templates/basic/index.html.erb | 2 +- lib/templates/basic/styles/index.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/templates/basic/index.html.erb b/lib/templates/basic/index.html.erb index 13a1b72..308bcff 100644 --- a/lib/templates/basic/index.html.erb +++ b/lib/templates/basic/index.html.erb @@ -130,7 +130,7 @@

- Generated by cv_builder: https://github.com/sinaru/cv-builder + Generated using https://github.com/sinaru/cv-builder
\ No newline at end of file diff --git a/lib/templates/basic/styles/index.css b/lib/templates/basic/styles/index.css index d1fc93e..20d5fd5 100644 --- a/lib/templates/basic/styles/index.css +++ b/lib/templates/basic/styles/index.css @@ -129,6 +129,6 @@ a:active { .generated-by { text-align: center; padding-top: 32px; - font-size: smaller; + font-size: 0.5em; color: #777777; }