Merge pull request #27 from davorpa/bugfix/reset-children-section-styles
commit
b3de6d3e12
13
src/App.css
13
src/App.css
|
@ -179,6 +179,12 @@ section {
|
|||
padding-bottom:50px;
|
||||
}
|
||||
|
||||
section > section {
|
||||
width:auto;
|
||||
float:none;
|
||||
padding-bottom:0;
|
||||
}
|
||||
|
||||
small {
|
||||
font-size:11px;
|
||||
}
|
||||
|
@ -222,6 +228,13 @@ footer {
|
|||
margin:0 0 20px;
|
||||
}
|
||||
|
||||
section > section {
|
||||
border:none;
|
||||
border-width:0;
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
header a small {
|
||||
display:inline;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue