Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Baker <[email protected]>
  • Loading branch information
rbtr committed Mar 16, 2024
1 parent 232e9f8 commit 0c9ef74
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
41 changes: 21 additions & 20 deletions site/src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand All @@ -56,7 +57,7 @@
}

.paragraph1 {
margin: 0 0 20px
margin: 0 0 20px
}

.features {
Expand All @@ -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;
}
font-size: calc(0rem + 2vw);
flex-grow: 1;
margin-left: calc(0rem + 3vw);
list-style-position: inside;
}

0 comments on commit 0c9ef74

Please sign in to comment.