File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 100
100
.doc h6 : hover .anchor {
101
101
color : var (--color-brand-primary );
102
102
visibility : visible;
103
- /* -webkit-text-stroke-width: initial; */
104
103
}
105
104
106
105
.doc p ,
199
198
background : var (--body-background );
200
199
font-size : calc (15 / var (--rem-base ) * 1rem );
201
200
margin : 1.5rem 0 0 ;
202
- /* enable table-layout: fixed if you want the table width to be enforced strictly */
203
- /* alternative is to wrap table in div and set overflow-x: auto on the wrapper */
204
- /* another alternative is to set overflow-x: auto and display: block on table (but this breaks table borders) */
205
- /* table-layout: fixed; */
206
- /*
207
- display: block;
208
- overflow-x: auto;
209
- max-width: 100%;
210
- */
211
201
}
212
202
213
203
@media screen and (min-width : 1024px ) {
You can’t perform that action at this time.
0 commit comments