Skip to content

Commit 85fa966

Browse files
Seburathstsewd
authored andcommitted
Agrega Tabla de contenidos local
1 parent 42d8402 commit 85fa966

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

themes/custom/assets/css/custom.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44
background: #4584b6 !important;
55
}
66

7+
/* Tabla de contenidos local */
8+
9+
@media screen and (min-width: 100em) and (max-width: 200em){
10+
.contents,
11+
.topic {
12+
height: 100%;
13+
width: 19%;
14+
position: fixed;
15+
z-index: 1;
16+
top: 5em;
17+
left: 10%;
18+
overflow-x: hidden;
19+
padding-top: 20px;
20+
}
21+
}
22+
723
/* Header */
824

925
h1 > a {

0 commit comments

Comments
 (0)