From e7f9ff61f1fe21647ad44082f68f0834898c36a2 Mon Sep 17 00:00:00 2001 From: dm1sh Date: Sun, 6 Mar 2022 16:01:44 +0300 Subject: [PATCH] Switched from styled div to text logo --- static/about/index.html | 2 +- static/articles/index.html | 2 +- static/contacts/index.html | 2 +- static/gallery/index.html | 2 +- static/index.html | 2 +- static/projects/index.html | 2 +- static/style.css | 8 ++++---- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/static/about/index.html b/static/about/index.html index 4b59769..4879507 100644 --- a/static/about/index.html +++ b/static/about/index.html @@ -12,7 +12,7 @@
- +
diff --git a/static/articles/index.html b/static/articles/index.html index ae2790f..ccdba15 100644 --- a/static/articles/index.html +++ b/static/articles/index.html @@ -12,7 +12,7 @@
- +
diff --git a/static/contacts/index.html b/static/contacts/index.html index ec7ace1..ce988d6 100644 --- a/static/contacts/index.html +++ b/static/contacts/index.html @@ -12,7 +12,7 @@
- +
diff --git a/static/gallery/index.html b/static/gallery/index.html index 05c6dae..46b1595 100644 --- a/static/gallery/index.html +++ b/static/gallery/index.html @@ -12,7 +12,7 @@
- +
diff --git a/static/index.html b/static/index.html index aae6dd1..67051e3 100644 --- a/static/index.html +++ b/static/index.html @@ -12,7 +12,7 @@
- +
diff --git a/static/projects/index.html b/static/projects/index.html index 3fed645..5aea1ac 100644 --- a/static/projects/index.html +++ b/static/projects/index.html @@ -12,7 +12,7 @@
- +
diff --git a/static/style.css b/static/style.css index add9a15..9240640 100644 --- a/static/style.css +++ b/static/style.css @@ -39,10 +39,10 @@ header img { } #logo { - display: block; - height: 65px; - width: 65px; - background-color: var(--accent); + text-decoration: none; + font-size: 111px; + line-height: 65px; + margin-left: -5px; } /* header #modern {