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:
parent
a0197e37dd
commit
f81fa68acb
@ -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%;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user