Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dataCobra/hugo-vitae.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authordataCobra <datacobra@mailbox.org>2020-03-22 17:13:51 +0300
committerdataCobra <datacobra@mailbox.org>2020-03-22 17:13:51 +0300
commit2a28bf9ab4bb0108d3abb2913200e408ff92bac8 (patch)
tree78a5ebabf978d9aea5b1ef5fe8300a7881ab8537 /static
parentb6f1ee8aef014d6c5cd194057ff3d874715e0ba1 (diff)
Fix for commit ff2d70d
Since the if clause is added for SEO purposes to the websites title, the title size was based on h1 or h2 font size and this was a mistake. The website title now has a fixed font size.
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index bed2d85..d169ec4 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -217,6 +217,7 @@ ul {
.header .site-title {
margin: 0 0 10px 0;
line-height: 0.2em;
+ font-size: 2.75rem;
}
.site-title a {
color: #333;