@@ -3,14 +3,11 @@
// workaround from https://github.com/css-modules/css-modules/issues/295#issuecomment-952885628
&:global(.reveal) :global {
.slides {
- inset: 50% auto auto 50%;
- width: 1280px;
- height: 700px;
text-align: unset;
- transform: translate(-50%, -50%);
section {
position: absolute;
+ width: 100%;
}
.controls {
@@ -13,7 +13,6 @@ import styles from './Presentation.module.scss';
const baseRevealOptions: Reveal.Options = {
- disableLayout: true,
slideNumber: 'c/t',
};
@@ -1,5 +1,4 @@
div.marpit > div.slides > section :is(pre, marp-pre) {
padding: 0;
- // background-color: none;
border: none;