We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 692d15c commit 0a28488Copy full SHA for 0a28488
_config.yml
@@ -115,7 +115,7 @@ navigation_header:
115
url: /pages/code/
116
- title: Documentation
117
url: https://jump.dev/JuMP.jl/stable/
118
-- title: JuMP-dev Workshops
+- title: Workshops
119
items:
120
- title: 2020
121
url: /meetings/louvain2020
assets/styles.scss
@@ -45,6 +45,16 @@ $colour-notification-banner: #ffc107;
45
font-size: 100%;
46
}
47
48
+// Over-ride default indendation.
49
+:root {
50
+ p{
51
+ margin-bottom: 0rem;
52
+ }
53
+ ul{
54
55
+ margin-left: 1em;
56
57
+}
58
59
// Only show logo on tablets and larger.
60
.home-page-logo {
0 commit comments