File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed
assets-src/styles/sass/30-base Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 4
4
5
5
ul ,
6
6
ol {
7
- // margin-block-end: 1em;
8
- // margin-block-start: 1em;
7
+ margin-block : 1rem ;
9
8
padding-inline-start : 2.4em ;
10
9
11
10
// > * + *,
@@ -48,8 +47,7 @@ nav ol,
48
47
Description lists / Definition lists
49
48
*/
50
49
dl {
51
- margin-block-end : 1em ;
52
- margin-block-start : 1em ;
50
+ margin-block : 1rem ;
53
51
54
52
dt {
55
53
font-weight : bold ;
Original file line number Diff line number Diff line change 5
5
table {
6
6
border : 1px solid $border-color ;
7
7
border-collapse : collapse ;
8
- // margin-bottom: 1rem;
9
- // margin-top: 1rem;
8
+ margin-block : 1rem ;
10
9
width : 100% ;
11
10
}
12
11
@@ -40,8 +39,7 @@ https://adrianroselli.com/2020/11/under-engineered-responsive-tables.html
40
39
@media screen {
41
40
.table-wrap {
42
41
border : 1px solid $border-color ;
43
- // margin-bottom: 1rem;
44
- // margin-top: 1rem;
42
+ margin-block : 1rem ;
45
43
max-inline-size : 100% !important ;
46
44
47
45
& [role ][aria-labelledby ][tabindex ] {
@@ -50,8 +48,7 @@ https://adrianroselli.com/2020/11/under-engineered-responsive-tables.html
50
48
51
49
table {
52
50
border : 0 ;
53
- // margin-bottom: 0;
54
- // margin-top: 0;
51
+ margin-block : 0 ;
55
52
}
56
53
57
54
& :focus {
You can’t perform that action at this time.
0 commit comments