add back templates for index/about, move background animation into class, use clip color for assembly background
This commit is contained in:
parent
3937df7714
commit
43e952c27d
13 changed files with 301 additions and 57 deletions
|
|
@ -63,3 +63,21 @@ main > .texts {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
main > .index {
|
||||
text-align: center;
|
||||
padding-top: 48px;
|
||||
font-size: 26px;
|
||||
line-height: 1.3;
|
||||
|
||||
}
|
||||
|
||||
main > .about {
|
||||
line-height: 1.2;
|
||||
margin: 16px;
|
||||
p {
|
||||
padding-bottom: 24px;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue