mirror of
https://github.com/puppetlabs/infinitory.git
synced 2026-01-26 10:18:41 -05:00
Even out top and bottom margins on the home page
This commit is contained in:
parent
78932d180b
commit
0aad418036
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ main {
|
|||
float: left; /* Ensure this expands to contain the table. */
|
||||
min-width: 100%;
|
||||
box-sizing: border-box;
|
||||
padding: 1em 1em 3em 1em;
|
||||
padding: 1em;
|
||||
border-top: 3px solid #000;
|
||||
border-bottom: 3px solid #000;
|
||||
}
|
||||
|
|
@ -87,6 +87,7 @@ h1 {
|
|||
table {
|
||||
min-width: 750px;
|
||||
border-collapse: collapse;
|
||||
margin: 1em 0 2em 0;
|
||||
}
|
||||
|
||||
th, td {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue