Add margins to mobile layout
This commit is contained in:
parent
0fda15973a
commit
6382394ae2
1 changed files with 16 additions and 0 deletions
|
@ -39,6 +39,22 @@
|
|||
margin-top: 13px;
|
||||
margin-bottom: 13px;
|
||||
}
|
||||
|
||||
header {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
aside {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
article {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
Loading…
Add table
Reference in a new issue