We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d8402 commit 85fa966Copy full SHA for 85fa966
themes/custom/assets/css/custom.css
@@ -4,6 +4,22 @@
4
background: #4584b6 !important;
5
}
6
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
23
/* Header */
24
25
h1 > a {
0 commit comments