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

Commit

Permalink
changelog - video style tweaks (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
MananTank authored Jul 26, 2024
1 parent b4f44b9 commit 1e76340
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/app/changelog/[slug]/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,20 @@
margin-block: 40px;
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 6px;
padding: 1em;
overflow: hidden;
}

.kg-video-container {
border: 1px solid var(--border);
border-radius: var(--radius);
overflow: hidden;
padding: 6px;
padding: 1em;
margin: 20px 0;
}

.kg-video-container video {
border-radius: var(--radius);
}

.kg-callout-card {
Expand All @@ -40,3 +45,7 @@
margin: 20px 0;
background: var(--b-800);
}

.kg-video-overlay {
display: none;
}

0 comments on commit 1e76340

Please sign in to comment.