1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 00:41:07 +01:00

new design

This commit is contained in:
krircc 2018-01-08 11:50:40 +08:00
parent e0b52a45e9
commit d4ec642600

View File

@ -157,18 +157,20 @@ footer p {
} }
#Features { #Features {
margin-top: 2rem; margin: 2rem auto;
padding: 2rem 2rem 0 2rem; padding: 1rem 2rem;
background-color: var(--grey); background-color: var(--grey);
} }
#Features #feature { #Features #feature {
padding-bottom: 2rem; padding-bottom: 1rem;
}
#Features article {
padding-top: 1rem;
} }
#Features article h3 { #Features article h3 {
font-size: 1.3rem; font-size: 1.3rem;
color: var(--black); color: var(--black);
padding-bottom: 1rem; padding-bottom: 0.5rem;
} }