File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -1114,6 +1114,10 @@ blockquote ul {
1114
1114
white-space : nowrap;
1115
1115
position : relative;
1116
1116
1117
+ /* Move to gutter */
1118
+ width : calc (100% + 2rem );
1119
+ margin-left : -1rem ;
1120
+
1117
1121
& ::after {
1118
1122
content : "" ;
1119
1123
position : absolute;
@@ -1217,6 +1221,12 @@ blockquote ul {
1217
1221
.tab-content {
1218
1222
border-bottom : 1px solid black;
1219
1223
padding-bottom : 1rem ;
1224
+ padding-left : 1rem ;
1225
+ padding-right : 1rem ;
1226
+
1227
+ /* Move to gutter */
1228
+ width : calc (100% + 2rem );
1229
+ margin-left : -1rem ;
1220
1230
1221
1231
.tab-pane {
1222
1232
display : none;
@@ -1359,8 +1369,11 @@ figure {
1359
1369
1360
1370
/* HR Lines */
1361
1371
hr {
1362
- width : 100% ;
1363
- border-top : 1px solid var (--color-divider );
1372
+ /* Move to gutter */
1373
+ width : calc (100% + 2rem );
1374
+ margin-left : -1rem ;
1375
+
1376
+ border : 1px solid var (--color-divider );
1364
1377
}
1365
1378
1366
1379
/* FILTHY HACKS BEGIN */
You can’t perform that action at this time.
0 commit comments