1
0
mirror of https://github.com/robsheldon/sscaffold-css.git synced 2025-01-16 20:28:26 +01:00

Move a couple of theme layout elements into the proper subsection of the theme section.

This commit is contained in:
Rob 2020-01-13 16:32:52 -08:00
parent a0197e37dd
commit f81fa68acb

View File

@ -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%;
}
@ -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%;
}