Skip to content

Commit 0a28488

Browse files
authored
Indent bullets and reduce vertical whitespace (#32)
* Indent bullets and reduce vertical whitespace * Reduce margin-bottom more * Reduce margin-left and simplify nav-bar
1 parent 692d15c commit 0a28488

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: _config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ navigation_header:
115115
url: /pages/code/
116116
- title: Documentation
117117
url: https://jump.dev/JuMP.jl/stable/
118-
- title: JuMP-dev Workshops
118+
- title: Workshops
119119
items:
120120
- title: 2020
121121
url: /meetings/louvain2020

Diff for: assets/styles.scss

+10
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@ $colour-notification-banner: #ffc107;
4545
font-size: 100%;
4646
}
4747
}
48+
// Over-ride default indendation.
49+
:root {
50+
p{
51+
margin-bottom: 0rem;
52+
}
53+
ul{
54+
margin-bottom: 0rem;
55+
margin-left: 1em;
56+
}
57+
}
4858

4959
// Only show logo on tablets and larger.
5060
.home-page-logo {

0 commit comments

Comments
 (0)