From 0c9ef74b9b8008b2c1dc10ad61f2e308233ac1f4 Mon Sep 17 00:00:00 2001 From: Evan Baker Date: Sat, 16 Mar 2024 15:44:49 +0000 Subject: [PATCH] fix lints Signed-off-by: Evan Baker --- README.md | 6 ++--- site/src/pages/index.module.css | 41 +++++++++++++++++---------------- 2 files changed, 24 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index ad91b38967..9f4eb6a025 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ ## Overview - Retina is a cloud-agnostic, open-source **Kubernetes network observability platform** that provides a **centralized hub for monitoring application health, network health, and security**. It provides actionable insights to cluster network administrators, cluster security administrators, and DevOps engineers navigating DevOps, SecOps, and compliance use cases. - - Retina **collects customizable telemetry**, which can be exported to **multiple storage options** (such as Prometheus, Azure Monitor, and other vendors) and **visualized in a variety of ways** (like Grafana, Azure Log Analytics, and other vendors). +Retina is a cloud-agnostic, open-source **Kubernetes network observability platform** that provides a **centralized hub for monitoring application health, network health, and security**. It provides actionable insights to cluster network administrators, cluster security administrators, and DevOps engineers navigating DevOps, SecOps, and compliance use cases. + +Retina **collects customizable telemetry**, which can be exported to **multiple storage options** (such as Prometheus, Azure Monitor, and other vendors) and **visualized in a variety of ways** (like Grafana, Azure Log Analytics, and other vendors). ## Features diff --git a/site/src/pages/index.module.css b/site/src/pages/index.module.css index 619600437e..108e3134d3 100644 --- a/site/src/pages/index.module.css +++ b/site/src/pages/index.module.css @@ -22,11 +22,12 @@ align-items: center; word-break: break-word; padding: 4rem 1.5rem; -} -.column2 { - flex-grow: 2; - font-size: 0.75rem; -} + } + + .column2 { + flex-grow: 2; + font-size: 0.75rem; + } } .buttons { @@ -36,10 +37,10 @@ } .columns { - display: flex; - align-items: center; - padding: 4rem 1.5rem; - word-break: break-word + display: flex; + align-items: center; + padding: 4rem 1.5rem; + word-break: break-word } .column1 { @@ -56,7 +57,7 @@ } .paragraph1 { - margin: 0 0 20px + margin: 0 0 20px } .features { @@ -65,16 +66,16 @@ } .columns2 { - display: flex; - align-items: center; - padding: 4rem 1.5rem; - word-break: break-word; - margin: 0 calc(0rem + 5vw); + display: flex; + align-items: center; + padding: 4rem 1.5rem; + word-break: break-word; + margin: 0 calc(0rem + 5vw); } .featurelist { -font-size: calc(0rem + 2vw); -flex-grow: 1; -margin-left: calc(0rem + 3vw); -list-style-position: inside; -} \ No newline at end of file + font-size: calc(0rem + 2vw); + flex-grow: 1; + margin-left: calc(0rem + 3vw); + list-style-position: inside; +}