Skip to content

Commit d4e6ed7

Browse files
style(add): video component style
1 parent 551378f commit d4e6ed7

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.obsidian/workspace.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@
175175
},
176176
"active": "e7a7b303c61786dc",
177177
"lastOpenFiles": [
178+
"src/styles/global.css~",
178179
"public/videos/dynago-demo.mp4",
179180
"public/videos/demo.mp4",
180181
"public/videos",

src/styles/global.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ hr {
160160
border: none;
161161
border-top: 1px solid rgb(var(--gray-light));
162162
}
163+
video {
164+
margin-bottom: 2em;
165+
}
163166
@media (max-width: 720px) {
164167
body {
165168
font-size: 18px;

0 commit comments

Comments
 (0)