fix: reset wrapped section style for all media queries
parent
479425c9f8
commit
84f1dafe83
|
@ -179,6 +179,12 @@ section {
|
|||
padding-bottom:50px;
|
||||
}
|
||||
|
||||
section > section {
|
||||
width:auto;
|
||||
float:none;
|
||||
padding-bottom:0;
|
||||
}
|
||||
|
||||
small {
|
||||
font-size:11px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue