Skip to content

Commit 31387ad

Browse files
update some styles to make more space in UI
1 parent 0fb4e1f commit 31387ad

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

src/components/docs-image/style.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.docsImage {
2-
margin-bottom: 1rem;
2+
margin-bottom: 2rem;
33
box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.26);
44
}
55

66
.noBorder {
7-
margin-bottom: 1rem;
7+
margin-bottom: 2rem;
88
box-shadow: none;
99
}
1010

src/components/video-local/style.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.docsVideo {
2-
margin-bottom: 1.4rem;
2+
margin-bottom: 2rem;
33
}
44

55
.docsVideo video {

src/css/embeds.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
overflow: hidden;
77
max-width: 100%;
88
height: auto;
9-
margin-bottom: 1rem;
9+
margin-bottom: 2rem;
1010
box-shadow: 0 0 3px rgb(0 0 0 / 30%);
1111
border: 1px solid var(--ifm-toc-border-color);
1212
}

src/css/markdown.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ div.markdown {
102102
}
103103
}
104104

105+
.alert {
106+
margin-bottom: 2rem;
107+
}
108+
105109
.alert,
106110
& {
107111
// add border bottom to code tags that are in a link

0 commit comments

Comments
 (0)