1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09:00

fix fieldset margins

This commit is contained in:
Jordan Scales
2020-04-17 15:49:53 -04:00
parent 0f3ee2f0a9
commit 92932e64b0
2 changed files with 4 additions and 7 deletions

View File

@@ -149,12 +149,8 @@ button:focus {
margin-top: var(--element-spacing);
}
section.align-right {
text-align: right;
}
section * + * {
margin-left: var(--grouped-element-spacing);
.align-right {
justify-content: flex-end;
}
fieldset {
@@ -162,6 +158,7 @@ fieldset {
box-shadow: var(--border-sunken-outer), var(--border-raised-inner);
padding: calc(2 * var(--border-width) + var(--element-spacing));
padding-block-start: var(--element-spacing);
margin: 0;
}
legend {