From 32c20ad74d482d2c3dd4ebf542c4157c4493a6ce Mon Sep 17 00:00:00 2001 From: Akito Date: Sat, 20 Nov 2021 21:45:06 +0100 Subject: [PATCH] Fix README minor Style Issues --- .asciidoc/styler.css | 6 +++--- README-index.adoc | 1 - docs/index.html | 6 +++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.asciidoc/styler.css b/.asciidoc/styler.css index d6abb0e..6eb4cb4 100644 --- a/.asciidoc/styler.css +++ b/.asciidoc/styler.css @@ -66,15 +66,15 @@ html, body { margin-right: 45px; } - span { + .cta > span { transform: skewX(15deg) } - span:nth-child(2) { + .cta > span:nth-child(2) { width: 20px; margin-left: 30px; position: relative; - top: 12%; + /* top: 12%; */ } /**************SVG****************/ diff --git a/README-index.adoc b/README-index.adoc index f34c9bc..a03bed4 100644 --- a/README-index.adoc +++ b/README-index.adoc @@ -17,7 +17,6 @@ https://github.com/theAkito/webmon[image:https://img.shields.io/badge/project-so https://kotlinlang.org/[image:https://img.shields.io/badge/project-language-blue?style=plastic[Language]] https://gitlab.com/manimaran/website-monitor[image:https://img.shields.io/badge/project-upstream-yellow?style=plastic[Upstream]] -//TODO: Fix unnecessary span between objects. image:https://img.shields.io/github/license/theAkito/webmon?style=plastic[GitHub] image:https://img.shields.io/liberapay/patrons/Akito?style=plastic[Liberapay patrons] diff --git a/docs/index.html b/docs/index.html index 7cdb3ec..9f0220c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -75,15 +75,15 @@ margin-right: 45px; } - span { + .cta > span { transform: skewX(15deg) } - span:nth-child(2) { + .cta > span:nth-child(2) { width: 20px; margin-left: 30px; position: relative; - top: 12%; + /* top: 12%; */ } /**************SVG****************/