replace todo with embedder; add fullscreen support
This commit is contained in:
parent
2043937909
commit
44da6f3720
7 changed files with 130 additions and 42 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue