replace todo with embedder; add fullscreen support

This commit is contained in:
waveringana 2022-12-04 08:54:47 +00:00
parent 2043937909
commit 44da6f3720
7 changed files with 130 additions and 42 deletions

View file

@ -1,9 +1,9 @@
.todohome {
.embedderhome {
margin: 130px 0 40px 0;
position: relative;
}
.todohome h1 {
.embedderhome h1 {
position: absolute;
top: -140px;
width: 100%;
@ -16,19 +16,19 @@
text-rendering: optimizeLegibility;
}
.todohome section {
.embedderhome section {
padding-top: 1px;
text-align: center;
}
.todohome h2 {
.embedderhome h2 {
padding-bottom: 48px;
font-size: 28px;
font-weight: 300;
line-height: 1.5;
}
.todohome .button {
.embedderhome .button {
padding: 13px 45px;
font-size: 16px;
font-weight: 500;
@ -37,6 +37,6 @@
background: #d83f45;
}
.todohome a.button {
.embedderhome a.button {
text-decoration: none;
}