Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Remove outlines from demos videos and images on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
debanjum committed Aug 8, 2023
1 parent d3d2192 commit 04e92b6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/styles/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ p.camping-text {
}

div.product-description-bubbles {
outline: 1px solid var(--main-background);
outline-offset: 4px;
border-radius: 8px;
box-shadow: 0 0 8px rgb(0, 0, 0.5);
width: 100%;
Expand Down Expand Up @@ -139,8 +137,6 @@ div.chat-message::after {
}

#demo-video {
outline: 1px solid var(--main-background);
outline-offset: 4px;
border-radius: 8px;
box-shadow: 0 0 8px rgb(0, 0, 0.5);
width: 100%;
Expand All @@ -167,9 +163,6 @@ img.founders-item-image {
}

div.founders-item-image-container {
outline: 1px solid var(--main-background);
outline-offset: 4px;
box-shadow: 0 0 8px rgb(0, 0, 0.5);
max-width: 250px;
margin: 8px;
}
Expand Down Expand Up @@ -316,8 +309,6 @@ span.self-host-code {
width: 80%;
}
#demo-video {
outline: 1px solid var(--main-background);
outline-offset: 4px;
border-radius: 8px;
box-shadow: 0 0 8px rgb(0, 0, 0.5);
width: 95%;
Expand All @@ -340,7 +331,6 @@ span.self-host-code {
div.founders-item-image-container {
margin: 0;
max-width: none;
box-shadow: 0 0 8px rgb(0, 0, 0.5);
border-radius: 8px;
}
#conclude {
Expand Down

0 comments on commit 04e92b6

Please sign in to comment.