Fix footer of slides

This commit is contained in:
Yann Esposito (Yogsototh) 2020-08-22 23:26:52 +02:00
parent 0ab3c221a9
commit 15e6289220
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -6,23 +6,20 @@
#content { border-left: solid; border-right: solid; margin-top: 2rem;}
#content :first-child { margin-top: 0; }
h1,h2,h3,h4,h5,h6 { font-size: 1rem; }
h1, h2 {
h1,h2,h3,footer {
border-top: solid;
text-align: center;
width: calc(100% + 2rem);
position: relative;
left: -1rem;
box-sizing: border-box;
}
h1,h2 {
text-align: center;
padding: 7rem 1rem 6rem 0;
}
h3 { border-top: solid;
width: calc(100% + 2rem);
box-sizing: border-box;
position: relative;
left: -1rem;
margin-top: 2em;
padding-top: 2em;
padding-left: 1rem;
padding-right: 1rem;
color
h3 { margin-top: 2rem;
padding: 2rem 1rem;
}
footer { border-top: solid 3px;
border-bottom: solid 3px;
padding: 1rem 1rem 0 1rem; margin-bottom: 0; background: var(--rbg);}