Skip to content

Commit

Permalink
Merge pull request #3003 from wbamberg/block-sizes
Browse files Browse the repository at this point in the history
More consistent widths
  • Loading branch information
turt2live authored Feb 18, 2021
2 parents 7d42dac + 0b5e9e6 commit e30a717
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions assets-hugo/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ footer {
/* Styles for sections that are rendered from data, such as HTTP APIs and event schemas */
.rendered-data {
margin: 1rem 0 3rem 0;
padding: 1rem;

details {

Expand Down Expand Up @@ -296,7 +295,6 @@ footer {
}

p {
margin: .5rem;
max-width: 80%;
}

Expand Down Expand Up @@ -416,3 +414,9 @@ Make padding symmetrical (this selector is used in the default styles to apply p
background-repeat: no-repeat;
padding-left: 100px;
}

/* Full-width tables */
.td-content > table {
width: 100%;
display: table;
}

0 comments on commit e30a717

Please sign in to comment.