Skip to content

Commit

Permalink
Move a couple of theme layout elements into the proper subsection of …
Browse files Browse the repository at this point in the history
…the theme section.
  • Loading branch information
robsheldon committed Jan 14, 2020
1 parent a0197e3 commit f81fa68
Showing 1 changed file with 25 additions and 23 deletions.
48 changes: 25 additions & 23 deletions sscaffold.css
Expand Up @@ -959,27 +959,6 @@ body {
}


main article,
main section {
padding: 7.5rem 1.0rem;
position: relative;
width: 100%;
}


main section > *,
main article > * {
max-width: 80rem;
margin-left: auto;
margin-right: auto;
}


main section .table-container table {
width: 100%;
}


code {
font-size: 86%;
}
Expand Down Expand Up @@ -1090,11 +1069,34 @@ legend.inline {


/**
* Layout: Display, margin, padding, height, and width.
* Layout: Display, position, margin, padding, height, and width.
*/

.table-container {
main article,
main section {
padding: 7.5rem 1.0rem;
position: relative;
width: 100%;
}


main section > *,
main article > * {
max-width: 80rem;
margin-left: auto;
margin-right: auto;
}


main section .table-container,
main article .table-container {
max-width: 80rem;
}


main section .table-container table,
main article .table-container table {
width: 100%;
}


Expand Down

0 comments on commit f81fa68

Please sign in to comment.