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

Commit

Permalink
Stylize demos, photos on landing page with phone, tablet border
Browse files Browse the repository at this point in the history
- Fix spacing of hero section links on landing page
  • Loading branch information
debanjum committed Aug 8, 2023
1 parent f864280 commit d3d2192
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions src/styles/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ a.github-logo {

div.product-description-link {
text-align: left;
margin: 2rem;
margin: 1.8rem;
display: inline;
}
div.top-section-links {
Expand All @@ -78,8 +78,8 @@ p.camping-text {
div.product-description-bubbles {
outline: 1px solid var(--main-background);
outline-offset: 4px;
border-radius: 10px;
box-shadow: 0 0 6px rgb(0, 0, 0.5);
border-radius: 8px;
box-shadow: 0 0 8px rgb(0, 0, 0.5);
width: 100%;
max-width: 600px;
object-fit: cover;
Expand Down Expand Up @@ -140,7 +140,9 @@ div.chat-message::after {

#demo-video {
outline: 1px solid var(--main-background);
outline-offset: 8px;
outline-offset: 4px;
border-radius: 8px;
box-shadow: 0 0 8px rgb(0, 0, 0.5);
width: 100%;
max-width: 600px;
object-fit: cover;
Expand All @@ -166,7 +168,8 @@ img.founders-item-image {

div.founders-item-image-container {
outline: 1px solid var(--main-background);
outline-offset: 8px;
outline-offset: 4px;
box-shadow: 0 0 8px rgb(0, 0, 0.5);
max-width: 250px;
margin: 8px;
}
Expand Down Expand Up @@ -314,7 +317,9 @@ span.self-host-code {
}
#demo-video {
outline: 1px solid var(--main-background);
outline-offset: 8px;
outline-offset: 4px;
border-radius: 8px;
box-shadow: 0 0 8px rgb(0, 0, 0.5);
width: 95%;
max-width: 600px;
object-fit: cover;
Expand All @@ -335,6 +340,8 @@ 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 {
margin-bottom: 0%;
Expand Down

0 comments on commit d3d2192

Please sign in to comment.