File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -1087,6 +1087,10 @@ blockquote ul {
1087
1087
white-space : nowrap;
1088
1088
position : relative;
1089
1089
1090
+ /* Move to gutter */
1091
+ width : calc (100% + 2rem );
1092
+ margin-left : -1rem ;
1093
+
1090
1094
& ::after {
1091
1095
content : "" ;
1092
1096
position : absolute;
@@ -1190,6 +1194,12 @@ blockquote ul {
1190
1194
.tab-content {
1191
1195
border-bottom : 1px solid black;
1192
1196
padding-bottom : 1rem ;
1197
+ padding-left : 1rem ;
1198
+ padding-right : 1rem ;
1199
+
1200
+ /* Move to gutter */
1201
+ width : calc (100% + 2rem );
1202
+ margin-left : -1rem ;
1193
1203
1194
1204
.tab-pane {
1195
1205
display : none;
@@ -1332,7 +1342,10 @@ figure {
1332
1342
1333
1343
/* HR Lines */
1334
1344
hr {
1335
- width : 100% ;
1345
+ /* Move to gutter */
1346
+ width : calc (100% + 2rem );
1347
+ margin-left : -1rem ;
1348
+
1336
1349
border : 1px solid var (--color-divider );
1337
1350
}
1338
1351
You can’t perform that action at this time.
0 commit comments