Fix styling bugs
This commit is contained in:
parent
069ea6daa7
commit
3c0186ea1a
1 changed files with 9 additions and 4 deletions
|
@ -32,15 +32,21 @@ h2 {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
header, article, footer {
|
||||
header, article {
|
||||
box-sizing: border-box;
|
||||
max-width: 612px;
|
||||
width: 100%;
|
||||
padding-left: 6px;
|
||||
padding-right: 6px;
|
||||
}
|
||||
|
||||
header {
|
||||
margin: 60px auto 0 auto;
|
||||
padding: 0 6px;
|
||||
}
|
||||
|
||||
article {
|
||||
margin: 0 auto 120px auto;
|
||||
|
||||
font-size: 18px;
|
||||
line-height: 32px;
|
||||
}
|
||||
|
@ -101,8 +107,7 @@ body {
|
|||
|
||||
|
||||
footer {
|
||||
padding-top: 16px;
|
||||
padding-bottom: 16px;
|
||||
padding: 16px 6px;
|
||||
|
||||
background: #f8f8f8;
|
||||
color: #444;
|
||||
|
|
Loading…
Reference in a new issue