Skip to content

Commit 954390b

Browse files
committed
style: improve aspect ratio and css fix
1 parent b8814e8 commit 954390b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

assets/custom-theme.scss

+8-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $backgroundColor: #fdf7e9;
88
$mainColor: #55303e;
99
$headingColor: #55303e;
1010

11-
$mainFontSize: 38px;
11+
$mainFontSize: 2em;
1212
$mainFont: 'Inter', Helvetica, sans-serif;
1313
$headingFont: 'Inter', Helvetica, sans-serif;
1414
$headingTextShadow: none;
@@ -26,14 +26,20 @@ $heading4Size: 1.0em;
2626

2727
@import "reveal-js/css/theme/template/theme";
2828

29+
.no-border {
30+
border: none !important;
31+
background: none !important;
32+
box-shadow: none !important;
33+
}
34+
2935
.reveal code {
3036
font-family: "Fira Code", monospace;
3137
line-height: 130%;
3238
}
3339

3440
.mdm-logo {
3541
margin: 0em !important;
36-
height: 7em;
42+
height: 9em;
3743
border: none !important;
3844
background: none !important;
3945
box-shadow: none !important;

config.toml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ theme = 'reveal-hugo'
66
[params.reveal_hugo]
77
theme = "white"
88
highlight_theme = "solarized-light"
9+
width = "1440"
10+
height = "900"
911

1012
[markup.highlight]
1113
codeFences = false

0 commit comments

Comments
 (0)